Skip to content

Commit

Permalink
Merge pull request #1067 from JuliusSkylerSladeUSDS/upgrade-upload-pa…
Browse files Browse the repository at this point in the history
…ges-artifact

Upgrade upload-pages-artifact to v3
  • Loading branch information
amwhitty authored Feb 4, 2025
2 parents 838607c + db77886 commit 719eb81
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 @@ -74,7 +74,7 @@ jobs:
run: echo ${{ inputs.ref }} > ./_site/ref.txt; grep .*[^\s\n\r].* ./_site/ref.txt || echo $GITHUB_REF > ./_site/ref.txt

- name: Store newly built files as artifact of workflow run
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

deploy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 719eb81

Please sign in to comment.