mirror of
https://github.com/soconnor0919/honors-thesis.git
synced 2026-02-04 21:46:31 -05:00
Update upload-artifact to v4
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -2,9 +2,9 @@ name: Build Proposal and Thesis
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: ["main"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: ["main"]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user