Skip to content

Commit

Permalink
Merge pull request #507 from GESkunkworks/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-3.1.0

Bump actions/upload-artifact from 2 to 3.1.0
  • Loading branch information
MichaelPalmer1 authored Jul 7, 2022
2 parents 300eb6a + ac9c121 commit 539694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}

- name: Store artifacts on failure
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.0
if: failure()
with:
name: choco-release
Expand Down

0 comments on commit 539694a

Please sign in to comment.