Skip to content

Commit

Permalink
update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Apr 14, 2024
1 parent 935b009 commit 5ef6b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: cargo build -Zbuild-std="std,panic_abort" --release --verbose --target=i686-win7-windows-msvc
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: gm82save
path: target/i686-win7-windows-msvc/release/gm82save.dll

0 comments on commit 5ef6b9b

Please sign in to comment.