Skip to content

Commit 7d17e6e

Browse files
chore(deps): update actions/upload-artifact action to v7 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2710a59 commit 7d17e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: ./dist/kessoku_linux_amd64_v1/kessoku --version
8585

8686
- name: Upload build artifacts
87-
uses: actions/upload-artifact@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: kessoku-binaries
9090
path: dist/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
3737

3838
- name: Upload build artifacts
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: assets
4242
path: dist/

0 commit comments

Comments
 (0)