Skip to content

Commit

Permalink
Merge pull request #30 from olcf/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4.5.0

Bump actions/upload-artifact from 4.4.3 to 4.5.0
  • Loading branch information
josephvoss authored Dec 18, 2024
2 parents c157b16 + 3f27db1 commit d042c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Test
run: go test -v ./...
- name: Save artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: greggd
path: greggd

0 comments on commit d042c58

Please sign in to comment.