Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: 📤 Preserve the reviewed release patch
if: steps.state.outputs.mode == 'prepare'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: release-preparation-${{ github.run_attempt }}
path: ${{ runner.temp }}/release-preparation/release.patch
Expand All @@ -171,7 +171,7 @@ jobs:
steps.state.outputs.mode == 'publish' &&
github.event_name == 'workflow_dispatch' &&
inputs.expected_sha != ''
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: release-artifacts-${{ github.run_attempt }}
path: ${{ runner.temp }}/release-artifacts
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
ref: ${{ needs.release.outputs.base_sha }}

- name: 📥 Download the release patch
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
name: release-preparation-${{ github.run_attempt }}
path: ${{ runner.temp }}/release-preparation
Expand Down Expand Up @@ -505,7 +505,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: 📥 Download the exact tarballs
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
with:
name: release-artifacts-${{ github.run_attempt }}
path: ${{ runner.temp }}/release-artifacts
Expand Down