Skip to content

Commit 3f90361

Browse files
author
Phil Cummins
committed
download-artifact-v4
1 parent 325808f commit 3f90361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v2
3333
- name: Download source package
34-
uses: actions/download-artifact@v2
34+
uses: actions/download-artifact@v4
3535
with:
3636
name: distribution
3737
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/setup-python@v2
4242
with:
4343
python-version: ${{ matrix.python-version }}
44-
- uses: actions/download-artifact@v2
44+
- uses: actions/download-artifact@v4
4545
with:
4646
name: distribution
4747
path: dist/

0 commit comments

Comments
 (0)