Skip to content

Commit

Permalink
chore: updated upload-artifact & download-artifact actions to v4 (#4092)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Sep 10, 2024
1 parent 49dfa03 commit f51ffa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: npm run build

- name: "📂 production artifacts"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: .next
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
token: ${{ steps.generate_token.outputs.token }}

- name: "📂 download build artifacts"
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: build
path: build
Expand Down

0 comments on commit f51ffa6

Please sign in to comment.