We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325808f commit 3f90361Copy full SHA for 3f90361
.github/workflows/deploy.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v2
33
- name: Download source package
34
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
35
with:
36
name: distribution
37
path: dist/
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/setup-python@v2
42
43
python-version: ${{ matrix.python-version }}
44
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
45
46
47
0 commit comments