Skip to content

Commit

Permalink
Update upload-artifact to v4. (#1575)
Browse files Browse the repository at this point in the history
Resolves failures like:
https://github.com/microsoft/vcpkg-tool/pull/1568/checks

Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
  • Loading branch information
BillyONeal authored Jan 17, 2025
1 parent 89ab1aa commit 13451b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
exit 1
}
- name: 'Publish Format and Messages File Diff'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure() && steps.diff.outcome == 'failure'
with:
name: format.patch
Expand Down

0 comments on commit 13451b9

Please sign in to comment.