Skip to content

Commit b3e337d

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-5.0.0
2 parents f2ed4d6 + 7174a45 commit b3e337d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Download fork artifacts
102-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
102+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
103103

104104
- name: Unpack fork artifacts
105105
run: for f in fork-*/artifacts.tar.gz; do tar xf $f && rm $f; done

.github/workflows/integrity-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
fork_sid: ${{ fromJSON(needs.setup.outputs.sid) }}
6464
steps:
6565
- name: Download index file artifact
66-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
66+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
6767
with:
6868
name: index-file
6969
path: .
@@ -118,7 +118,7 @@ jobs:
118118
delete-merged: true
119119

120120
- name: Download all status reports
121-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
121+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
122122
with:
123123
name: report-group
124124
path: .

0 commit comments

Comments
 (0)