Skip to content

Commit 5beb2b5

Browse files
author
Jan Bolle
committed
update artifact action to v4
1 parent 1c476b4 commit 5beb2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: zip --junk-paths logcli_${{ matrix.arch }}.zip cmd/logcli/logcli
4848

4949
- name: Upload logcli as artifact
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: logcli_${{ matrix.arch }}
5353
path: logcli_${{ matrix.arch }}.zip
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v3
6565

6666
- name: Download build artifacts
67-
uses: actions/download-artifact@v3
67+
uses: actions/download-artifact@v4
6868
with:
6969
path: artifacts
7070

0 commit comments

Comments
 (0)