Skip to content

Commit

Permalink
Fix deprecation error for actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Sep 26, 2024
1 parent 4c23458 commit 2f0d9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
toolchain: stable-${{ matrix.rust-target }}
- run: cargo build --release
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: shawl-v${{ env.DUNAMAI_VERSION }}-${{ matrix.artifact-name }}
path: target/release/shawl.exe
Expand Down

0 comments on commit 2f0d9d3

Please sign in to comment.