Skip to content

Commit

Permalink
Update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
Because v2 is EOL and the pipeline now fails.
  • Loading branch information
Geod24 authored and thewilsonator committed Sep 19, 2024
1 parent 6e14b65 commit 2abb174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_info_untrusted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo ${{ github.event.number }} > ./pr/NR
- name: upload comment to high-trust action making the comment
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr
path: pr/

0 comments on commit 2abb174

Please sign in to comment.