diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6ae1edd..98620db 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -66,7 +66,7 @@ jobs: # copy pubkey so that it's included with the files uploaded to the release page cp signing-pubkey.asc out/ - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: artifacts ${{ matrix.appimage_arch }} path: out/*