Skip to content

Commit 6b9e83c

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e3cecc commit 6b9e83c

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
@@ -71,7 +71,7 @@ jobs:
7171
7272
# Store an already-built plugin as an artifact for downloading
7373
- name: Upload artifact
74-
uses: actions/upload-artifact@v5
74+
uses: actions/upload-artifact@v6
7575
with:
7676
name: ${{ steps.artifact.outputs.filename }}
7777
path: ./build/distributions/content/*/*
@@ -114,7 +114,7 @@ jobs:
114114
# Collect Tests Result of failed tests
115115
- name: Collect Tests Result
116116
if: ${{ failure() }}
117-
uses: actions/upload-artifact@v5
117+
uses: actions/upload-artifact@v6
118118
with:
119119
name: tests-result
120120
path: ${{ github.workspace }}/build/reports/tests
@@ -202,7 +202,7 @@ jobs:
202202
# Collect Plugin Verifier Result
203203
- name: Collect Plugin Verifier Result
204204
if: ${{ always() }}
205-
uses: actions/upload-artifact@v5
205+
uses: actions/upload-artifact@v6
206206
with:
207207
name: pluginVerifier-result
208208
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)