Skip to content

Commit

Permalink
Update download and upload artifact GH Actions
Browse files Browse the repository at this point in the history
Closes #575
  • Loading branch information
machawk1 committed Oct 4, 2024
1 parent 9eda87c commit e761f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
screenshot WAIL --filename wail-${{matrix.os}}-$k.png --shadow
done
- name: Upload screenshot
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: wail-screenshot-${{matrix.os}}
path: wail-${{matrix.os}}*.png
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: wail-screenshot-${{matrix.os}}

0 comments on commit e761f1f

Please sign in to comment.