Skip to content

Commit f24e5f2

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

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
@@ -97,7 +97,7 @@ jobs:
9797
# Collect Tests Result of failed tests
9898
- name: Collect Tests Result
9999
if: ${{ failure() }}
100-
uses: actions/upload-artifact@v4
100+
uses: actions/upload-artifact@v5
101101
with:
102102
name: tests-result
103103
path: ${{ github.workspace }}/build/reports/tests
@@ -125,7 +125,7 @@ jobs:
125125
# Collect Plugin Verifier Result
126126
- name: Collect Plugin Verifier Result
127127
if: ${{ always() }}
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: pluginVerifier-result
131131
path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -149,7 +149,7 @@ jobs:
149149
150150
# Store already-built plugin as an artifact for downloading
151151
- name: Upload Artifact
152-
uses: actions/upload-artifact@v4
152+
uses: actions/upload-artifact@v5
153153
with:
154154
name: ${{ steps.artifact.outputs.filename }}
155155
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)