Skip to content

Commit

Permalink
Update workflow.yaml (again) fix action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DaAwesomeP authored Sep 15, 2024
1 parent 1861d1c commit af3b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Archive files
run: tar -cvf _site.tar -C _site .
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "_site.tar"
path: _site.tar
Expand Down

0 comments on commit af3b87a

Please sign in to comment.