From f852f0d7fda9e3f9c659a5f0b74e2032d137ebe5 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:56:12 +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 94aaeb4..54ff428 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: Gedit-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: Gedit-x86_64.AppImage @@ -48,5 +48,5 @@ jobs: prerelease: false draft: false files: | - Gedit-x86_64.AppImage + *.AppImage repo_token: ${{ secrets.GITHUB_TOKEN }}