diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 828cee1..a8edd75 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -270,7 +270,7 @@ jobs: fi - name: Upload the package - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: ${{ env.RELEASE_PACKAGE }}-${{ matrix.id }} path: dist/*.${{ matrix.archive }} @@ -285,7 +285,7 @@ jobs: permissions: contents: write steps: - - uses: actions/download-artifact@v6 + - uses: actions/download-artifact@v8 with: path: dist merge-multiple: true @@ -301,7 +301,7 @@ jobs: cat SHA256SUMS - name: Create the GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.prepare.outputs.tag }} name: ${{ needs.prepare.outputs.tag }}