diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 2cc21c7..1d58fcb 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@v6 + uses: actions/download-artifact@v7 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Create release and upload artifacts