Skip to content

Commit 8af85e0

Browse files
Bump actions/download-artifact from 5 to 6 (#1882)
1 parent 925572e commit 8af85e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-release.yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- build-docker
9595
steps:
9696
- name: Download digests
97-
uses: actions/download-artifact@v5
97+
uses: actions/download-artifact@v6
9898
with:
9999
path: ${{ runner.temp }}/digests
100100
pattern: digests-*

.github/workflows/slt-targeted-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
fetch-depth: 0
135135

136136
- name: Download SLT Selection
137-
uses: actions/download-artifact@v5
137+
uses: actions/download-artifact@v6
138138
with:
139139
name: slt-selection
140140
path: ./artifacts

0 commit comments

Comments
 (0)