Skip to content

Commit a382d2f

Browse files
authored
Update download-artifact to 4.1.4
Seems like build-and-inspect-python-package is using a more recent upload-artifact version, so we need to update download-artifact along with it.
1 parent dcbe687 commit a382d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fetch-depth: 0
4343

4444
- name: Download Package
45-
uses: actions/download-artifact@v3
45+
uses: actions/download-artifact@v4.1.4
4646
with:
4747
name: Packages
4848
path: dist

0 commit comments

Comments
 (0)