We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925572e commit 8af85e0Copy full SHA for 8af85e0
.github/workflows/build-and-release.yml.yml
@@ -94,7 +94,7 @@ jobs:
94
- build-docker
95
steps:
96
- name: Download digests
97
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
98
with:
99
path: ${{ runner.temp }}/digests
100
pattern: digests-*
.github/workflows/slt-targeted-testing.yml
@@ -134,7 +134,7 @@ jobs:
134
fetch-depth: 0
135
136
- name: Download SLT Selection
137
138
139
name: slt-selection
140
path: ./artifacts
0 commit comments