We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783a8dd commit 93288c8Copy full SHA for 93288c8
2 files changed
.github/workflows/ci-docker.yml
@@ -112,7 +112,7 @@ jobs:
112
latest_tag: ${{ needs.build.outputs.latest_tag }}
113
steps:
114
- name: Download digests
115
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
116
with:
117
path: ${{ runner.temp }}/digests
118
pattern: digests-*
.github/workflows/ci-release.yml
@@ -41,7 +41,7 @@ jobs:
41
printf '\n%s\n' "test_osx: \`${test_osx}\`" >> $GITHUB_STEP_SUMMARY
42
43
- name: Download artifacts
44
45
46
path: "release-artifacts"
47
pattern: iperf3-*
0 commit comments