Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot authored Apr 27, 2024
1 parent a93340b commit 249adb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
make appimg TARGET_ARCH=amd64
cp pkg/AppImage/*.AppImage outputs/
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v3
with:
name: output-artifact
path: outputs
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: output-artifact
path: outputs
Expand Down

0 comments on commit 249adb7

Please sign in to comment.