Skip to content

Commit b8c4b74

Browse files
authored
Merge pull request #703 from pytroll/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 6897edd + 6ff9b27 commit b8c4b74

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ jobs:
8282
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8383
steps:
8484
- name: Download sdist artifact
85-
uses: actions/download-artifact@v7
85+
uses: actions/download-artifact@v8
8686
with:
8787
name: sdist
8888
path: dist
8989
- name: Download wheels artifact
90-
uses: actions/download-artifact@v7
90+
uses: actions/download-artifact@v8
9191
with:
9292
pattern: wheels-*
9393
merge-multiple: true
@@ -105,12 +105,12 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Download sdist artifact
108-
uses: actions/download-artifact@v7
108+
uses: actions/download-artifact@v8
109109
with:
110110
name: sdist
111111
path: dist
112112
- name: Download wheels artifact
113-
uses: actions/download-artifact@v7
113+
uses: actions/download-artifact@v8
114114
with:
115115
pattern: wheels-*
116116
merge-multiple: true

0 commit comments

Comments
 (0)