Skip to content

Commit 619a09d

Browse files
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 764daee commit 619a09d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
ID: ${{ startsWith(github.ref, 'refs/tags/') && github.ref || github.sha }}
291291

292292
- name: Upload artifacts
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v5
294294
with:
295295
name: ${{ matrix.binary || 'sccache' }}-${{ steps.id.outputs.id }}-${{ matrix.target }}
296296
path: target/${{ matrix.target }}/release/${{ matrix.binary || 'sccache' }}${{ endsWith(matrix.target, '-msvc') && '.exe' || '' }}

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cargo build --all-features
2525
26-
- uses: actions/upload-artifact@v4
26+
- uses: actions/upload-artifact@v5
2727
with:
2828
name: integration-tests
2929
path: ./target/debug/sccache

0 commit comments

Comments
 (0)