Skip to content

Commit 1623e2a

Browse files
committed
Fix artifact actions version
1 parent 770640a commit 1623e2a

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
@@ -37,7 +37,7 @@ jobs:
3737
go build -v -ldflags "-s -w" -o monkebot-windows.exe
3838
3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: monkebot
4343
path: |
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v3
5353

5454
- name: Download artifacts
55-
uses: actions/download-artifact@v4.1.7
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: 'monkebot'
5858
path: 'artifacts'

0 commit comments

Comments
 (0)