Skip to content

Commit e607236

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 13b7707 commit e607236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
steps:
597597
- uses: actions/checkout@v4
598598
- name: Download Coverage Artifacts
599-
uses: actions/download-artifact@v4
599+
uses: actions/download-artifact@v5
600600
with:
601601
path: coverage
602602
pattern: coverage_*

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "EOF" >> $GITHUB_ENV
5353
5454
- name: Download sdist and wheels
55-
uses: actions/download-artifact@v4
55+
uses: actions/download-artifact@v5
5656
with:
5757
name: wheels_nc_py_api
5858
path: wheelhouse_nc_py_api

0 commit comments

Comments
 (0)