Skip to content

Commit

Permalink
upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegrantlucas committed Feb 28, 2024
1 parent 5ecdbd1 commit 0d6003a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: Install resume-exporter
run: go install github.com/kylegrantlucas/resume-exporter@latest
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: generate resume
run: make
- name: Artifact resumes to check
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: resumes
path: output/*.pdf
Expand All @@ -27,7 +27,7 @@ jobs:
output/kyle_classic.pdf
output/kyle_modern.pdf
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
repository: kylegrantlucas/kylelucas.io
Expand Down

0 comments on commit 0d6003a

Please sign in to comment.