Skip to content

Commit 8f65c82

Browse files
chore(deps): bump actions/upload-artifact from 5 to 6 (#182)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8899ea3 commit 8f65c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: cargo build --release --target ${{ matrix.target }}
4545

4646
- name: Upload artifact
47-
uses: actions/upload-artifact@v5
47+
uses: actions/upload-artifact@v6
4848
with:
4949
name: byte-knight-${{ matrix.target }}${{ matrix.extension }}
5050
path: ./target/${{ matrix.target }}/release/${{ matrix.artifact_name }}

0 commit comments

Comments
 (0)