Skip to content

Commit

Permalink
Update update-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjelliott authored Dec 1, 2024
1 parent f730276 commit e143560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile-progs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
unzip fteqcc_linux64.zip
./fteqcc64
- name: Upload progs only
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: progs-dat
path: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
cp -r music/ mod-template/my_mod/
cp -r qc/ mod-template/my_mod/
- name: Upload mod template
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: mod-template
path: mod-template/
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
cp -r wads/ devkit/pd-devkit/
cp -r readme.txt devkit/pd-devkit/progs_dump_devkit_readme.txt
- name: Upload devkit
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pd-devkit
path: devkit/

0 comments on commit e143560

Please sign in to comment.