diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87eff2b..067a9a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: ./ci/package.sh "${{ github.ref_name }}" - name: Archive release artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release path: release/* @@ -33,12 +33,12 @@ jobs: needs: pkg steps: - name: Download release artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: release - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: generate_release_notes: true body_path: release_notes.md @@ -47,7 +47,7 @@ jobs: bcr-publish: needs: [release] - uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.1.0 + uses: bazel-contrib/publish-to-bcr/.github/workflows/publish.yaml@v1.2.0 permissions: contents: write id-token: write diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 70b4030..9ff324a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -49,7 +49,7 @@ jobs: run: ./ci/package.sh "${{ github.ref_name }}" - name: Archive release artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release path: release/*