Skip to content

Commit bf2bd19

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>
1 parent 095aae8 commit bf2bd19

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
@@ -158,7 +158,7 @@ jobs:
158158
id: create_artifacts
159159
if: always()
160160
run: python3 ci/create-artifacts.py
161-
- uses: actions/upload-artifact@v4
161+
- uses: actions/upload-artifact@v5
162162
if: always() && steps.create_artifacts.outcome == 'success'
163163
with:
164164
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}
@@ -254,7 +254,7 @@ jobs:
254254
id: create_artifacts
255255
if: always()
256256
run: ./ci/create-artifacts.py
257-
- uses: actions/upload-artifact@v4
257+
- uses: actions/upload-artifact@v5
258258
if: always() && steps.create_artifacts.outcome == 'success'
259259
with:
260260
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}

0 commit comments

Comments
 (0)