Skip to content

Commit e460ad1

Browse files
dependabot[bot]tgross35
authored andcommitted
build(deps): 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> (backport <#4791>) (cherry picked from commit bf2bd19)
1 parent 9f7e864 commit e460ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
id: create_artifacts
150150
if: always()
151151
run: python3 ci/create-artifacts.py
152-
- uses: actions/upload-artifact@v4
152+
- uses: actions/upload-artifact@v5
153153
if: always() && steps.create_artifacts.outcome == 'success'
154154
with:
155155
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}
@@ -246,7 +246,7 @@ jobs:
246246
id: create_artifacts
247247
if: always()
248248
run: ./ci/create-artifacts.py
249-
- uses: actions/upload-artifact@v4
249+
- uses: actions/upload-artifact@v5
250250
if: always() && steps.create_artifacts.outcome == 'success'
251251
with:
252252
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}

0 commit comments

Comments
 (0)