Skip to content

Commit 31ded04

Browse files
Update actions/upload-artifact action to v6
1 parent 9d6c113 commit 31ded04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: cargo build --release
2525
- name: Upload build artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v6
2727
with:
2828
name: build-artifacts
2929
path: |

0 commit comments

Comments
 (0)