Skip to content

Commit a5cd050

Browse files
authored
Merge pull request #65 from elsbrock/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4
2 parents 46ca495 + d666bf1 commit a5cd050

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: tar asset
2727
run: tar -czvf go-ghwrite_linux-amd64.tar.gz go-ghwrite
2828

29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
path: go-ghwrite_linux-amd64.tar.gz
3232

@@ -36,7 +36,7 @@ jobs:
3636
- name: tar asset
3737
run: tar -czvf go-ghwrite_linux-mips64.tar.gz go-ghwrite
3838

39-
- uses: actions/upload-artifact@v3
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
path: go-ghwrite_linux-mips64.tar.gz
4242

@@ -46,7 +46,7 @@ jobs:
4646
- name: tar asset
4747
run: tar -czvf go-ghwrite_linux-mips.tar.gz go-ghwrite
4848

49-
- uses: actions/upload-artifact@v3
49+
- uses: actions/upload-artifact@v4
5050
with:
5151
path: go-ghwrite_linux-mips.tar.gz
5252

@@ -56,6 +56,6 @@ jobs:
5656
- name: tar asset
5757
run: tar -czvf go-ghwrite_linux-mipsle.tar.gz go-ghwrite
5858

59-
- uses: actions/upload-artifact@v3
59+
- uses: actions/upload-artifact@v4
6060
with:
6161
path: go-ghwrite_linux-mipsle.tar.gz

0 commit comments

Comments
 (0)