We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8899ea3 commit 8f65c82Copy full SHA for 8f65c82
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
run: cargo build --release --target ${{ matrix.target }}
45
46
- name: Upload artifact
47
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
48
with:
49
name: byte-knight-${{ matrix.target }}${{ matrix.extension }}
50
path: ./target/${{ matrix.target }}/release/${{ matrix.artifact_name }}
0 commit comments