Skip to content

Commit c3e3b12

Browse files
authored
Merge pull request #28 from j-plugins/dependabot/github_actions/actions/upload-artifact-5
2 parents 73685d1 + 99822a2 commit c3e3b12

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
@@ -84,7 +84,7 @@ jobs:
8484
8585
# Store already-built plugin as an artifact for downloading
8686
- name: Upload artifact
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: ${{ steps.artifact.outputs.filename }}
9090
path: ./build/distributions/content/*/*
@@ -118,7 +118,7 @@ jobs:
118118
# Collect Tests Result of failed tests
119119
- name: Collect Tests Result
120120
if: ${{ failure() }}
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v5
122122
with:
123123
name: tests-result
124124
path: ${{ github.workspace }}/build/reports/tests
@@ -210,7 +210,7 @@ jobs:
210210
# Collect Plugin Verifier Result
211211
- name: Collect Plugin Verifier Result
212212
if: ${{ always() }}
213-
uses: actions/upload-artifact@v4
213+
uses: actions/upload-artifact@v5
214214
with:
215215
name: pluginVerifier-result
216216
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)