Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
softashell committed Oct 16, 2024
1 parent 4101e89 commit 9ef64bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
go build -o rpgmv-decrypter.exe
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rpgmv-decrypter.exe
path: rpgmv-decrypter.exe
Expand All @@ -43,7 +43,7 @@ jobs:
run: |
go build -o rpgmv-decrypter
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: rpgmv-decrypter
path: rpgmv-decrypter

0 comments on commit 9ef64bc

Please sign in to comment.