Skip to content

Commit

Permalink
Merge pull request #375 from tomodachi94/update-action-upload-artifact
Browse files Browse the repository at this point in the history
Update actions/upload-artifact to v4
  • Loading branch information
MCJack123 authored Sep 11, 2024
2 parents fbf8677 + af14e13 commit 4512211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,19 +205,19 @@ jobs:
$code = Get-Content .\retval.txt
if ( $code -ne 0 ) { exit $code }
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CraftOS-PC-Artifact
path: |
CraftOS-PC.exe
CraftOS-PC_console.exe
lua52.dll
- name: Upload artifact symbols
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CraftOS-PC-Artifact-Symbols
path: |
CraftOS-PC.pdb
CraftOS-PC_console.pdb
lua52.pdb

0 comments on commit 4512211

Please sign in to comment.