Skip to content

Commit

Permalink
Update actions/download-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 13, 2022
1 parent a1444b9 commit cf30db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
run: echo "::set-output name=branch::${{ github.head_ref || github.ref_name }}"
if: env.HAS_SECRETS == 'HAS_SECRETS'

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: gh-pages
path: ${{ steps.branch.outputs.branch }}
Expand Down

0 comments on commit cf30db1

Please sign in to comment.