Skip to content

Commit 9ef64bc

Browse files
committed
Fix version
1 parent 4101e89 commit 9ef64bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
go build -o rpgmv-decrypter.exe
2525
- name: Upload artifact
26-
uses: actions/upload-artifact@v2
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: rpgmv-decrypter.exe
2929
path: rpgmv-decrypter.exe
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
go build -o rpgmv-decrypter
4545
- name: Upload artifact
46-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-artifact@v4
4747
with:
4848
name: rpgmv-decrypter
4949
path: rpgmv-decrypter

0 commit comments

Comments
 (0)