Skip to content

Commit

Permalink
upload-pages-artifact should be @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonvermeulen authored Sep 11, 2024
1 parent 730b5d1 commit c37660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dashboard_to_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ${{ env.WORKING_DIRECTORY }}/dist
Expand Down

0 comments on commit c37660a

Please sign in to comment.