Skip to content

Commit

Permalink
Merge pull request #173 from containers/renovate/actions-upload-pages…
Browse files Browse the repository at this point in the history
…-artifact-2.x

[skip-ci] Update actions/upload-pages-artifact action to v2
  • Loading branch information
TomSweeneyRedHat authored Jul 11, 2023
2 parents 0bf5dc5 + 44cc09d commit 12454cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload page artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: 'build'
Expand Down

0 comments on commit 12454cb

Please sign in to comment.