Skip to content

Commit 17f5cce

Browse files
dependabot[bot]JohnTitor
authored andcommitted
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> (backport <#4999>) (cherry picked from commit 538f7b6)
1 parent 62c89e8 commit 17f5cce

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
@@ -156,7 +156,7 @@ jobs:
156156
id: create_artifacts
157157
if: always()
158158
run: python3 ci/create-artifacts.py
159-
- uses: actions/upload-artifact@v6
159+
- uses: actions/upload-artifact@v7
160160
if: always() && steps.create_artifacts.outcome == 'success'
161161
with:
162162
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}
@@ -253,7 +253,7 @@ jobs:
253253
id: create_artifacts
254254
if: always()
255255
run: ./ci/create-artifacts.py
256-
- uses: actions/upload-artifact@v6
256+
- uses: actions/upload-artifact@v7
257257
if: always() && steps.create_artifacts.outcome == 'success'
258258
with:
259259
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}${{ matrix.artifact-tag && format('-{0}', matrix.artifact-tag) }}

0 commit comments

Comments
 (0)