Skip to content

Commit

Permalink
Use upload-artifacts@4 GitHub action task, apache#1046
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Nov 25, 2024
1 parent ccff6dd commit b149cdf
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Generate-TestWorkflows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: `${{always()}}
with:
name: '`${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-AllProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Classification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-CodeAnalysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Codecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Expressions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Facet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Grouping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Highlighter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-ICU.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-QueryParser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Spatial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-Suggest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-TestFramework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-_A-D.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-_E-I.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-_I-J.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-_J-S.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Lucene-Net-Tests-_T-Z.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
shell: bash
# upload reports as build artifacts
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{always()}}
with:
name: '${{env.test_results_artifact_name}}'
Expand Down

0 comments on commit b149cdf

Please sign in to comment.