Skip to content

Commit

Permalink
Upgrade upload-pages-artifact to v3
Browse files Browse the repository at this point in the history
upload-pages-artifact v1 uses a version of upload-artifact which is no longer supported. Attempt to bump to the latest. Unfortunately the stage deploy doesn't use this action/lib, so this cannot be tested there first.
  • Loading branch information
JuliusSkylerSladeUSDS authored Feb 4, 2025
1 parent 838607c commit db77886
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 db77886

Please sign in to comment.