Skip to content

Commit f83ccd8

Browse files
committed
Upgrade actions/upload-artifact to v6
Upgraded from both v4 and v5 to v6
1 parent d70675c commit f83ccd8

39 files changed

Lines changed: 39 additions & 39 deletions

.github/workflows/Generate-TestWorkflows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
shell: bash
339339
# upload reports as build artifacts
340340
- name: Upload a Build Artifact
341-
uses: actions/upload-artifact@v4
341+
uses: actions/upload-artifact@v6
342342
if: `${{always()}}
343343
with:
344344
name: '`${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
shell: powershell
134134

135135
- name: Upload apidocs as build artifact
136-
uses: actions/upload-artifact@v5
136+
uses: actions/upload-artifact@v6
137137
if: ${{always()}}
138138
with:
139139
name: 'apidocs'

.github/workflows/Lucene-Net-Tests-AllProjects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146
# upload reports as build artifacts
147147
- name: Upload a Build Artifact
148-
uses: actions/upload-artifact@v4
148+
uses: actions/upload-artifact@v6
149149
if: ${{always()}}
150150
with:
151151
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
# upload reports as build artifacts
131131
- name: Upload a Build Artifact
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v6
133133
if: ${{always()}}
134134
with:
135135
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
shell: bash
127127
# upload reports as build artifacts
128128
- name: Upload a Build Artifact
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v6
130130
if: ${{always()}}
131131
with:
132132
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
shell: bash
127127
# upload reports as build artifacts
128128
- name: Upload a Build Artifact
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v6
130130
if: ${{always()}}
131131
with:
132132
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
# upload reports as build artifacts
131131
- name: Upload a Build Artifact
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v6
133133
if: ${{always()}}
134134
with:
135135
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
shell: bash
124124
# upload reports as build artifacts
125125
- name: Upload a Build Artifact
126-
uses: actions/upload-artifact@v4
126+
uses: actions/upload-artifact@v6
127127
if: ${{always()}}
128128
with:
129129
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
shell: bash
129129
# upload reports as build artifacts
130130
- name: Upload a Build Artifact
131-
uses: actions/upload-artifact@v4
131+
uses: actions/upload-artifact@v6
132132
if: ${{always()}}
133133
with:
134134
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Stempel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
shell: bash
125125
# upload reports as build artifacts
126126
- name: Upload a Build Artifact
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v6
128128
if: ${{always()}}
129129
with:
130130
name: '${{env.test_results_artifact_name}}'

0 commit comments

Comments
 (0)