Skip to content

Commit

Permalink
Merge pull request #158 from tversteeg/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-v2.2.2

Bump actions/upload-artifact from v1 to v2.2.2
  • Loading branch information
tversteeg committed Mar 14, 2021
2 parents 57f8b2d + cf53d7a commit 47f40b5
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 @@ -139,7 +139,7 @@ jobs:
cd -
- name: upload build artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2.2.2
with:
name: ${{ matrix.name }}
path: ${{ matrix.name }}
Expand Down

0 comments on commit 47f40b5

Please sign in to comment.