Skip to content

Commit

Permalink
Update upload-artifact, download-artifact and actions-gh-pages action…
Browse files Browse the repository at this point in the history
…s to v4
  • Loading branch information
jan-malek committed Feb 10, 2025
1 parent 7762d6c commit a14379c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Add coverview
run: ls && mkdir dist && cp index.html dist && cp index_group.html dist
- name: Upload dist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverview
path: ./dist/
Expand All @@ -30,12 +30,12 @@ jobs:
repository-projects: write
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverview
path: ./dist
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist

0 comments on commit a14379c

Please sign in to comment.