Skip to content

Commit e250f5c

Browse files
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] <support@github.com>
1 parent 4de6550 commit e250f5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# using this token rather than github.token due to `release not found` bug
5252
# https://github.com/pkgxdev/cli/issues/5252
5353
GH_TOKEN: ${{ secrets.GH_TOKEN }}
54-
- uses: actions/upload-artifact@v6
54+
- uses: actions/upload-artifact@v7
5555
with:
5656
name: srcs
5757
path: ${{ env.FILENAME }}.tar.gz

.github/workflows/ci.ca-cert.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: apt-get update && apt-get install -y curl gcc perl make
2323
- uses: dtolnay/rust-toolchain@stable
2424
- run: cargo build --release
25-
- uses: actions/upload-artifact@v6
25+
- uses: actions/upload-artifact@v7
2626
with:
2727
path: ./target/release/pkgx
2828
name: pkgx

0 commit comments

Comments
 (0)