Update actions/checkout and actions/upload-artifact versions in workflow
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 10s
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 10s
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4.2.2
|
||||||
|
|
||||||
- name: Compile LaTeX document
|
- name: Compile LaTeX document
|
||||||
uses: xu-cheng/latex-action@3.2.0
|
uses: xu-cheng/latex-action@3.2.0
|
||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload PDF file
|
- name: Upload PDF file
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: PDF
|
name: PDF
|
||||||
path: Tesi.pdf
|
path: Tesi.pdf
|
Reference in New Issue
Block a user