Skip to content

Commit 731d594

Browse files
Update GitHub Artifact Actions (#5063)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01e7a43 commit 731d594

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/docs-pr-netlify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
deployments: write
1616
steps:
1717
- name: 📥 Download artifact
18-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
18+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ jobs:
4343
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4444

4545
- name: 📥 Download artifact
46-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
46+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
4747
if: ${{ !inputs.sharded }}
4848
with:
4949
github-token: ${{ secrets.GITHUB_TOKEN }}
5050
run-id: ${{ github.event.workflow_run.id }}
5151
name: coverage
5252
path: coverage
5353
- name: 📥 Download sharded artifacts
54-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
54+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
5555
if: inputs.sharded
5656
with:
5757
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: "yarn run gendoc --treatWarningsAsErrors --suppressCommentWarningsInDeclarationFiles"
115115

116116
- name: Upload Artifact
117-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
117+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
118118
with:
119119
name: docs
120120
path: _docs

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Upload Artifact
5959
if: env.ENABLE_COVERAGE == 'true'
60-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
60+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6161
with:
6262
name: coverage-${{ matrix.specs }}-${{ matrix.node == 'lts/*' && 'lts' || matrix.node }}
6363
path: |

0 commit comments

Comments
 (0)