diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 89ac8a8..e33850c 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -51,7 +51,7 @@ jobs: - build-appimage steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Create release and upload artifacts