Skip to content

Commit eb871ee

Browse files
authored
Merge pull request #287 from amitdev/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 9cc0e2f + 112ede4 commit eb871ee

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
@@ -85,7 +85,7 @@ jobs:
8585
8686
# Store already-built plugin as an artifact for downloading
8787
- name: Upload artifact
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: ${{ steps.artifact.outputs.filename }}
9191
path: ./build/distributions/content/*/*
@@ -119,7 +119,7 @@ jobs:
119119
# Collect Tests Result of failed tests
120120
- name: Collect Tests Result
121121
if: ${{ failure() }}
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v5
123123
with:
124124
name: tests-result
125125
path: ${{ github.workspace }}/build/reports/tests
@@ -169,7 +169,7 @@ jobs:
169169
# Collect Plugin Verifier Result
170170
- name: Collect Plugin Verifier Result
171171
if: ${{ always() }}
172-
uses: actions/upload-artifact@v4
172+
uses: actions/upload-artifact@v5
173173
with:
174174
name: pluginVerifier-result
175175
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)