Skip to content

Commit 5a92808

Browse files
pbackusWebFreak001
authored andcommitted
Upgrade upload-artifact action to v4
The previously-used v2 is deprecated, and using it was causing the workflow to fail.
1 parent 92df030 commit 5a92808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_info_untrusted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo ${{ github.event.number }} > ./pr/NR
5959
6060
- name: upload comment to high-trust action making the comment
61-
uses: actions/upload-artifact@v2
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: pr
6464
path: pr/

0 commit comments

Comments
 (0)