Skip to content

Commit 93288c8

Browse files
chore(deps): update actions/download-artifact # v8.0.1
1 parent 783a8dd commit 93288c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
latest_tag: ${{ needs.build.outputs.latest_tag }}
113113
steps:
114114
- name: Download digests
115-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
115+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
116116
with:
117117
path: ${{ runner.temp }}/digests
118118
pattern: digests-*

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
printf '\n%s\n' "test_osx: \`${test_osx}\`" >> $GITHUB_STEP_SUMMARY
4242
4343
- name: Download artifacts
44-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
44+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4545
with:
4646
path: "release-artifacts"
4747
pattern: iperf3-*

0 commit comments

Comments
 (0)