Skip to content

Commit

Permalink
refactor(workflows): updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed May 10, 2024
1 parent ed303aa commit 49a11c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scrcpy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
container:
image: appimagecrafters/appimage-builder:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up User
run: |
apt update
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
mv scrcpy*.AppImage* dist/
- name: Upload AppImage Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: scrcpy-AppImage
path: scrcpy/dist/*.AppImage
Expand Down

0 comments on commit 49a11c3

Please sign in to comment.