diff --git a/.github/workflows/site_deployment.yml b/.github/workflows/site_deployment.yml index 2d80249..e38afc9 100644 --- a/.github/workflows/site_deployment.yml +++ b/.github/workflows/site_deployment.yml @@ -73,7 +73,7 @@ jobs: cd "${{ github.workspace }}" zip -r website.zip public - name: 'Upload Generated Static Content as Website Artifact' - uses: actions/upload-artifact@v3.1.0 + uses: actions/upload-artifact@v3.1.3 with: name: website_zip path: ${{ github.workspace }}/website.zip