Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
update download artifact and upload artifact to v4
  • Loading branch information
dmcoles authored Sep 18, 2024
1 parent cb4d822 commit 27cce06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ 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
path: ${{runner.workspace}}/install/Emu68-${{matrix.targ}}.zip
Expand All @@ -108,7 +108,7 @@ jobs:

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

0 comments on commit 27cce06

Please sign in to comment.