Skip to content

Commit

Permalink
Merge pull request #881 from criblio/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
jrcheli authored Apr 11, 2022
2 parents 034ac07 + 81b1a5c commit b0e436a
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 @@ -311,7 +311,7 @@ jobs:
# artifact name for this job as well as the other job for ARM. The result
# is a single artifact with binaries from both jobs.
- name: Upload Binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down

0 comments on commit b0e436a

Please sign in to comment.