Skip to content

Commit edceb46

Browse files
authored
Merge pull request #686 from pytroll/dependabot/github_actions/actions/download-artifact-6
2 parents 2fa3024 + 7d374f8 commit edceb46

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
@@ -81,12 +81,12 @@ jobs:
8181
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
8282
steps:
8383
- name: Download sdist artifact
84-
uses: actions/download-artifact@v5
84+
uses: actions/download-artifact@v6
8585
with:
8686
name: sdist
8787
path: dist
8888
- name: Download wheels artifact
89-
uses: actions/download-artifact@v5
89+
uses: actions/download-artifact@v6
9090
with:
9191
pattern: wheels-*
9292
merge-multiple: true
@@ -104,12 +104,12 @@ jobs:
104104
runs-on: ubuntu-latest
105105
steps:
106106
- name: Download sdist artifact
107-
uses: actions/download-artifact@v5
107+
uses: actions/download-artifact@v6
108108
with:
109109
name: sdist
110110
path: dist
111111
- name: Download wheels artifact
112-
uses: actions/download-artifact@v5
112+
uses: actions/download-artifact@v6
113113
with:
114114
pattern: wheels-*
115115
merge-multiple: true

0 commit comments

Comments
 (0)