Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLeom committed Oct 13, 2024
1 parent ed83abd commit 2542cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
publish_dir: ./public
force_orphan: true
- name: "Upload Public Folder"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: public
path: ./public
retention-days: 30
- name: "Upload Tmp Folder"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tmp
path: ./tmp
Expand Down

0 comments on commit 2542cba

Please sign in to comment.