Skip to content

Commit bc257cf

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 91470fc commit bc257cf

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
@@ -88,7 +88,7 @@ jobs:
8888
8989
# Store already-built plugin as an artifact for downloading
9090
- name: Upload artifact
91-
uses: actions/upload-artifact@v5
91+
uses: actions/upload-artifact@v6
9292
with:
9393
name: ${{ steps.artifact.outputs.filename }}
9494
path: ./build/distributions/content/*/*
@@ -124,7 +124,7 @@ jobs:
124124
# Collect Tests Result of failed tests
125125
- name: Collect Tests Result
126126
if: ${{ failure() }}
127-
uses: actions/upload-artifact@v5
127+
uses: actions/upload-artifact@v6
128128
with:
129129
name: tests-result
130130
path: ${{ github.workspace }}/build/reports/tests
@@ -215,7 +215,7 @@ jobs:
215215
# Collect Plugin Verifier Result
216216
- name: Collect Plugin Verifier Result
217217
if: ${{ always() }}
218-
uses: actions/upload-artifact@v5
218+
uses: actions/upload-artifact@v6
219219
with:
220220
name: pluginVerifier-result
221221
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)