Skip to content

Commit

Permalink
refactor(workflows): tweaked action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed May 10, 2024
1 parent 49a11c3 commit 73abe80
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@v4
- uses: actions/checkout@v3
- 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@v4
uses: actions/upload-artifact@v3
with:
name: scrcpy-AppImage
path: scrcpy/dist/*.AppImage
Expand Down

0 comments on commit 73abe80

Please sign in to comment.