Skip to content

Commit

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

Bump actions/upload-artifact from 3.1.2 to 4.4.3
  • Loading branch information
josephvoss authored Oct 31, 2024
2 parents 402cc04 + d8cd153 commit 851ef23
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@v3.1.2
uses: actions/upload-artifact@v4.4.3
with:
name: greggd
path: greggd

0 comments on commit 851ef23

Please sign in to comment.