mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-04 21:46:31 -05:00
Pin upload-artifact action to v3 in build workflow
All checks were successful
Build Proposal and Thesis / build (push) Successful in 49s
All checks were successful
Build Proposal and Thesis / build (push) Successful in 49s
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -48,13 +48,13 @@ jobs:
|
||||
cp build/proposal.pdf output/proposal.pdf
|
||||
|
||||
- name: Upload Thesis PDF
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: thesis-pdf
|
||||
path: thesis/out/thesis.pdf
|
||||
|
||||
- name: Upload Proposal PDF
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: proposal-pdf
|
||||
path: proposal/output/proposal.pdf
|
||||
|
||||
Reference in New Issue
Block a user