diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a1bedd..43ecd72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -298,7 +298,7 @@ jobs: reprepro -b repo includedeb stable "${{ steps.deb.outputs.path }}" gpg --armor --export "${{ steps.gpg.outputs.key-id }}" > repo/pubkey.asc - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: repo - name: Deploy to GitHub Pages