Skip to content

Commit 8f8db92

Browse files
authored
Update main.yml
change v3 to v4 of upload-artifacts
1 parent 64ea555 commit 8f8db92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
upgrade-assistant analyze BExIS%2B%2B.sln --format json > upgrade-report.json
2727
2828
- name: Upload report artifact
29-
uses: actions/upload-artifact@v3.1.3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: upgrade-report
3232
path: upgrade-report.json

0 commit comments

Comments
 (0)