Skip to content

Commit

Permalink
Update upload-artifact to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
mackowski committed Sep 25, 2024
1 parent 7a72263 commit d4f1449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Test bundle
run: zip -T bundle.zip
- name: Upload bundle as artifact
uses: actions/upload-artifact@v2.2.2
uses: actions/upload-artifact@v4
with:
name: Bundle
path: bundle.zip
Expand Down

0 comments on commit d4f1449

Please sign in to comment.