diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7aaa8a8c..ee07125f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -398,11 +398,11 @@ jobs: # Some files (e.g. junit reports) have 600 permissions. # As of upload-pages-artifact@v1.0.9, permissions must be set explicitly # to 0755 (as indicated in warnings produced by v1.0.8) - - name: Fix permissions to actions/upload-pages-artifact@v4.0.0 + - name: Fix permissions to actions/upload-pages-artifact@v5.0.0 run: sudo chmod -c -R 0755 target-ALL/site - name: Upload artifact if: always() - uses: actions/upload-pages-artifact@v4.0.0 + uses: actions/upload-pages-artifact@v5.0.0 with: path: 'target-ALL/site' - name: Deploy to GitHub Pages