Skip to content

Commit 23ee709

Browse files
authored
Merge pull request #39 from METHODS-Group/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 56f7090 + a9e975a commit 23ee709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- build-image
9696
steps:
9797
- name: Download digests
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v7
9999
with:
100100
path: ${{ runner.temp }}/digests
101101
# pattern: digests-${{ matrix.backend }}*

0 commit comments

Comments
 (0)