Skip to content

Commit 2abc042

Browse files
Update actions/upload-artifact action to v5
1 parent babf93a commit 2abc042

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
103103
104104
- name: Upload artifact
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
with:
107107
name: ${{ steps.artifact.outputs.filename }}
108108
path: ./build/distributions/content/*/*
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Collect Tests Result
151151
if: ${{ failure() }}
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v5
153153
with:
154154
name: tests-result
155155
path: ${{ github.workspace }}/build/reports/tests
@@ -212,7 +212,7 @@ jobs:
212212

213213
- name: Collect Plugin Verifier Result
214214
if: ${{ always() }}
215-
uses: actions/upload-artifact@v4
215+
uses: actions/upload-artifact@v5
216216
with:
217217
name: pluginVerifier-result
218218
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)