Skip to content

Commit ac58810

Browse files
Bump actions/upload-artifact from 4 to 5 (#680)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66957f5 commit ac58810

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
@@ -173,15 +173,15 @@ jobs:
173173
174174
# Upload plugin artifact to make it available in the next jobs
175175
- name: Upload artifact
176-
uses: actions/upload-artifact@v4
176+
uses: actions/upload-artifact@v5
177177
with:
178178
name: plugin-artifact
179179
path: ./build/distributions/${{ steps.properties.outputs.artifact }}
180180
181181
# Collect Tests Result of failed tests
182182
- name: Collect Tests Result
183183
if: ${{ failure() }}
184-
uses: actions/upload-artifact@v4
184+
uses: actions/upload-artifact@v5
185185
with:
186186
name: plugin-artifact
187187
path: ./build/distributions/${{ steps.properties.outputs.artifact }}
@@ -242,7 +242,7 @@ jobs:
242242
243243
# Upload Plugin Verifier Report
244244
- name: Upload Plugin Verifier Report
245-
uses: actions/upload-artifact@v4
245+
uses: actions/upload-artifact@v5
246246
with:
247247
name: ${{ matrix.ideVersion }}
248248
path: ${{ github.workspace }}/build/reports/pluginVerifier/${{ steps.verify.outputs.outputDir }}/

0 commit comments

Comments
 (0)