Skip to content

Commit 0ff82ea

Browse files
Bump actions/upload-artifact from 5 to 6 (#12)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f23f68 commit 0ff82ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
9191
-
9292
name: Upload artifact
93-
uses: actions/upload-artifact@v5
93+
uses: actions/upload-artifact@v6
9494
with:
9595
name: ${{ steps.artifact.outputs.filename }}
9696
path: ./build/distributions/content/*/*
@@ -169,7 +169,7 @@ jobs:
169169
-
170170
name: Upload result
171171
if: failure()
172-
uses: actions/upload-artifact@v5
172+
uses: actions/upload-artifact@v6
173173
with:
174174
name: tests-result
175175
path: ${{ github.workspace }}/build/reports/tests
@@ -247,7 +247,7 @@ jobs:
247247
-
248248
name: Upload result
249249
if: always()
250-
uses: actions/upload-artifact@v5
250+
uses: actions/upload-artifact@v6
251251
with:
252252
name: pluginVerifier-result
253253
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)