Skip to content

Commit

Permalink
chore(ci): update artifact steps (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelerlaw authored Mar 7, 2024
1 parent d031d29 commit 98bcc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
args: src/Resume.svg --export-filename=Resume.pdf
- name: Upload Artifact to Job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Resume.pdf
path: Resume.pdf
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Download Artifact from Previous Job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Resume.pdf
- name: Upload Release Asset
Expand Down

0 comments on commit 98bcc14

Please sign in to comment.