Skip to content

Commit 1c2a54e

Browse files
committed
Update download-artifact action
1 parent c4a499f commit 1c2a54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install the prerequisites
120120
run: |
121121
python -m pip install pip
122-
- uses: actions/download-artifact@v3
122+
- uses: actions/download-artifact@v4
123123
with:
124124
name: dist ${{ github.run_number }}
125125
path: ./dist

0 commit comments

Comments
 (0)