Skip to content

Commit 8982b68

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 1d3971c commit 8982b68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- run: cargo build --release --bin migrate -F cli
3131

32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v5
3333
with:
3434
name: migrate
3535
path: target/release/migrate

0 commit comments

Comments
 (0)