Skip to content

Commit

Permalink
Update upload-artifact action for faster uploads (#2571)
Browse files Browse the repository at this point in the history
Sometimes upload was taking 10+ minutes
  • Loading branch information
sciencewhiz committed Feb 11, 2024
1 parent a6340f1 commit 7ece01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
make latexpdf
- name: Archive PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: frc-docs-pdf
path: build/latex/firstroboticscompetition.pdf
Expand All @@ -50,7 +50,7 @@ jobs:
run: |
make html
- name: Archive HTML
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: frc-docs-html
path: build/html/
Expand Down

0 comments on commit 7ece01f

Please sign in to comment.