Skip to content

Commit 4423e4a

Browse files
authored
Merge pull request #1242 from pkgxdev/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 4de6550 + e250f5c commit 4423e4a

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)