Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
update actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Nov 2, 2023
1 parent feeb251 commit 94f1a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build
run: pnpm run build
- name: Upload build artefact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-artefact
retention-days: 30
Expand Down

0 comments on commit 94f1a13

Please sign in to comment.