Skip to content

Commit

Permalink
Switch to v4 of upload-artifact
Browse files Browse the repository at this point in the history
v3 is no longer supported. See [1].

Link: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ [1]
Signed-off-by: Andrew Jones <[email protected]>
  • Loading branch information
jones-drew committed Feb 19, 2025
1 parent f2c5874 commit 321083b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Step 4: Upload the built PDF files as a single artifact
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Build Artifacts
path: ${{ github.workspace }}/*.pdf
Expand Down

0 comments on commit 321083b

Please sign in to comment.