diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7b97ffb..d965685 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: EOF - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: my-site diff --git a/README.md b/README.md index 04fdd44..6249e2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @guardian/actions-static-site V2 +# @guardian/actions-static-site V3 Action to provision and serve a static site with Google Auth and a custom domain. @@ -33,12 +33,12 @@ jobs: # ... (Build your static site.) # Then upload it as an artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: path: my-site # Then invoke this action (replacing app and domain) - - uses: guardian/actions-static-site@v2 + - uses: guardian/actions-static-site@v3 with: app: example domain: example.gutools.co.uk diff --git a/action.yaml b/action.yaml index 5dd3d3e..25a0747 100644 --- a/action.yaml +++ b/action.yaml @@ -35,7 +35,7 @@ runs: INPUT_DRYRUN: ${{ inputs.dryRun}} INPUT_ACTIONS_RUNTIME_TOKEN: ${ github.token } - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact }} path: site