Skip to content

Commit

Permalink
Merge pull request #33 from primer/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-pages-artifact-3

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
pksjce authored Jan 2, 2024
2 parents 8debd0d + 3489f52 commit 202face
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.gh_token }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ${{ inputs.output_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.gh_token }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ${{ inputs.output_dir }}
Expand Down

0 comments on commit 202face

Please sign in to comment.