Skip to content

Commit

Permalink
update to upload-artifact v4 and download-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
notAperson535 authored Dec 8, 2024
1 parent b88fc0f commit bb5956e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: CI=false npm run build

- name: Upload production-ready build files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: production-files
path: ./build
Expand All @@ -44,7 +44,7 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: production-files
path: ./build
Expand Down

0 comments on commit bb5956e

Please sign in to comment.