We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6548f5f + 87f4a1c commit 9cc2126Copy full SHA for 9cc2126
2 files changed
.github/workflows/cd.yml
@@ -85,7 +85,7 @@ jobs:
85
env:
86
BASENAME: pkgx-${{ github.event.inputs.version }}+${{ matrix.platform.build-id }}
87
steps:
88
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
89
with:
90
name: srcs
91
.github/workflows/ci.ca-cert.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-latest
33
container: debian:bullseye-slim
34
35
36
37
name: pkgx
38
0 commit comments