We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4de6550 + e250f5c commit 4423e4aCopy full SHA for 4423e4a
.github/workflows/cd.yml
@@ -51,7 +51,7 @@ jobs:
51
# using this token rather than github.token due to `release not found` bug
52
# https://github.com/pkgxdev/cli/issues/5252
53
GH_TOKEN: ${{ secrets.GH_TOKEN }}
54
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
55
with:
56
name: srcs
57
path: ${{ env.FILENAME }}.tar.gz
.github/workflows/ci.ca-cert.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: apt-get update && apt-get install -y curl gcc perl make
23
- uses: dtolnay/rust-toolchain@stable
24
- run: cargo build --release
25
26
27
path: ./target/release/pkgx
28
name: pkgx
0 commit comments