Skip to content

Commit 3b0b9cc

Browse files
authored
Upgrade to upload-artifact@v4 to fix GH Actions
1 parent 86d8d22 commit 3b0b9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-phobos/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Upload Artifact
2828
if: ${{success()}}
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: compiled-dll-${{github.sha}}
3232
path: |

0 commit comments

Comments
 (0)