Skip to content

Commit

Permalink
Bump major versions for actions/checkout and actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Qkessler committed Nov 17, 2024
1 parent 0b0d3ed commit 10d201f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Compile CV
uses: xu-cheng/latex-action@master
with:
Expand All @@ -24,7 +24,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload to virtual env
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: cv
path: cv_EnriqueKesslerMartínez.pdf
path: cv_EnriqueKesslerMartínez.pdf

0 comments on commit 10d201f

Please sign in to comment.