From abfedea3f4e2f5c60ee51c5a6639b8b133dab15a Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:28:44 +0200 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00a378f..67a2606 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -25,7 +25,7 @@ jobs: mv *AppImage dist/ - name: Upload artifact - uses: actions/upload-artifact@v1.0.0 + uses: actions/upload-artifact@v4.4.0 with: name: rhythmbox-x86_64.AppImage path: 'dist' @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v4.1.8 with: name: rhythmbox-x86_64.AppImage @@ -48,5 +48,5 @@ jobs: prerelease: false draft: false files: | - rhythmbox-x86_64.AppImage + *.AppImage repo_token: ${{ secrets.GITHUB_TOKEN }}