Skip to content

Commit

Permalink
Merge pull request #8648 from camptocamp/renovate/master-actions-down…
Browse files Browse the repository at this point in the history
…load-artifact-3.x

Update actions/download-artifact action to v3 (master)
  • Loading branch information
sbrunner authored Jun 13, 2022
2 parents c5bb330 + cf30db1 commit 6dfc5ff
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 6dfc5ff

Please sign in to comment.