Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Jan 31, 2025
1 parent 1974a87 commit 6e17586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: cargo build --release --target aarch64-pc-windows-msvc
- run: ls -l target/aarch64-pc-windows-msvc/release
- name: Store the .dll file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-binaries
path: target/aarch64-pc-windows-msvc/release/zen_internals.dll

0 comments on commit 6e17586

Please sign in to comment.