Skip to content

Commit

Permalink
Merge pull request #83 from waterloo-rocketry/Elizabeth/update-artifa…
Browse files Browse the repository at this point in the history
…cts-action

Update main.yml to use newer upload-artifact version
  • Loading branch information
Lucifersan authored Sep 22, 2024
2 parents 10411d6 + 3a3a25b commit 2a1bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: 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 Down

0 comments on commit 2a1bc32

Please sign in to comment.