We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b79f2c9 commit 42fab33Copy full SHA for 42fab33
.github/workflows/pack-upload.yml
@@ -55,7 +55,7 @@ jobs:
55
steps:
56
- uses: actions/checkout@v4
57
- run: sudo mkdir -p /build
58
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
59
with:
60
name: packed-deb
61
path: /home/runner/work/cli/cli/packages/cli/dist
@@ -79,12 +79,12 @@ jobs:
79
80
81
82
83
84
name: signed-deb
85
86
87
88
89
name: packed-tarballs
90
0 commit comments