Skip to content

Commit

Permalink
ci: update artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored Sep 18, 2024
1 parent 3e9c472 commit 2aac957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
working-directory: virens/

- name: Store final build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build output
path: virens/.output/public
Expand All @@ -49,7 +49,7 @@ jobs:
rm -vrf virens/*
- name: Unpack build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: Build output
path: virens/
Expand Down

0 comments on commit 2aac957

Please sign in to comment.