We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2710a59 commit 7d17e6eCopy full SHA for 7d17e6e
.github/workflows/ci.yml
@@ -84,7 +84,7 @@ jobs:
84
run: ./dist/kessoku_linux_amd64_v1/kessoku --version
85
86
- name: Upload build artifacts
87
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
88
with:
89
name: kessoku-binaries
90
path: dist/
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
37
38
39
40
41
name: assets
42
0 commit comments