Update upload-artifact to v4

This commit is contained in:
Sean O'Connor
2026-02-03 22:32:00 -05:00
parent dab34636c3
commit 3b8d80ce9c

View File

@@ -37,13 +37,13 @@ jobs:
cp build/proposal.pdf output/proposal.pdf cp build/proposal.pdf output/proposal.pdf
- name: Upload Thesis PDF - name: Upload Thesis PDF
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: thesis-pdf name: thesis-pdf
path: thesis/out/thesis.pdf path: thesis/out/thesis.pdf
- name: Upload Proposal PDF - name: Upload Proposal PDF
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: proposal-pdf name: proposal-pdf
path: proposal/output/proposal.pdf path: proposal/output/proposal.pdf