Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
is-high-risk-environment: false
node-version: ${{ matrix.node-version }}
- name: Restore build artifacts
uses: actions/download-artifact@v8
uses: actions/download-artifact@v8.0.1
with:
name: package-dist-${{ github.sha }}
path: packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
uses: actions/checkout@v7
- name: Restore build artifacts
if: needs.check-release.outputs.IS_RELEASE_PR == 'true'
uses: actions/download-artifact@v8
uses: actions/download-artifact@v8.0.1
with:
name: package-dist-${{ github.sha }}
path: packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
is-high-risk-environment: true
ref: ${{ github.sha }}
- name: Restore build artifacts
uses: actions/download-artifact@v8
uses: actions/download-artifact@v8.0.1
with:
name: publish-release-artifacts-${{ github.sha }}
- name: Dry run publish to NPM
Expand All @@ -161,7 +161,7 @@
is-high-risk-environment: true
ref: ${{ github.sha }}
- name: Restore build artifacts
uses: actions/download-artifact@v8
uses: actions/download-artifact@v8.0.1
with:
name: publish-release-artifacts-${{ github.sha }}
- name: Publish to NPM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Download coverage artifacts
# This is actions/download-artifact@v7
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c
with:
pattern: coverage-*
path: .coverage-artifacts
Expand Down
Loading