Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
Updated download/upload artifacts to v4
  • Loading branch information
michalsc authored Dec 25, 2024
1 parent e27553a commit ba39577
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ jobs:
run: zip -r ./Emu68-${{matrix.targ}}.zip .

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: emu68-archive
name: emu68-archive-${{matrix.targ}}
path: ${{runner.workspace}}/install/Emu68-${{matrix.targ}}.zip
retention-days: 5

Expand All @@ -112,9 +112,9 @@ jobs:

steps:
- name: Download Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: emu68-archive
name: emu68-archive-${{matrix.targ}}
path: ${{runner.workspace}}/uploads

- name: Deploy Raspi release
Expand Down

0 comments on commit ba39577

Please sign in to comment.