Skip to content

Commit

Permalink
ci: action version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Nov 19, 2024
1 parent b288be8 commit 1fbba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
(github.base_ref == 'development' ||
github.base_ref == 'main' ||
contains(github.event.pull_request.labels.*.name, 'ci: build')) && !contains(github.event.pull_request.labels.*.name, 'ci: skip-build')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: contracts
path: ./artifacts/
Expand Down

0 comments on commit 1fbba5b

Please sign in to comment.