Skip to content

Commit 05451b8

Browse files
authored
Merge pull request #128 from finsberg/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents b775235 + 86fd973 commit 05451b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- build
8383
steps:
8484
- name: Download digests
85-
uses: actions/download-artifact@v6
85+
uses: actions/download-artifact@v7
8686
with:
8787
path: ${{ runner.temp }}/digests
8888
pattern: digests-*

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id-token: write
3737

3838
steps:
39-
- uses: actions/download-artifact@v6
39+
- uses: actions/download-artifact@v7
4040
with:
4141
name: artifact
4242
path: dist

0 commit comments

Comments
 (0)