Skip to content

Commit

Permalink
Bump version of upload-pages-artifcat due to using node16 (#2337)
Browse files Browse the repository at this point in the history
The upload-pages-artifcat action used node16 which is deprecated.
Upgrading to the latest version fixes the issue.
  • Loading branch information
frederikrothenberger committed Mar 7, 2024
1 parent af9fc63 commit 7f542b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'dist-showcase'

Expand Down

0 comments on commit 7f542b7

Please sign in to comment.