Skip to content

Commit 944b37e

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9660b7 commit 944b37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
6060
needs: [test]
6161
steps:
62-
- uses: actions/download-artifact@v2
62+
- uses: actions/download-artifact@v3
6363
with:
6464
name: Packages
6565
path: dist

0 commit comments

Comments
 (0)