Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 3 to 4 (#80)
Browse files Browse the repository at this point in the history
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact)
from 3 to 4.
  • Loading branch information
cfergeau authored Jan 22, 2024
2 parents 8ab5712 + 69638ee commit 5737040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Upload vfkit artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: vfkit Universal Binary (${{ matrix.os }})
path: "./out/vfkit"

0 comments on commit 5737040

Please sign in to comment.