Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit edc1788

Browse files
dependabot[bot]maresb
authored andcommitted
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 30ceb98 commit edc1788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
if: github.event_name == 'release' && github.event.action == 'published'
6363
steps:
64-
- uses: actions/download-artifact@v2
64+
- uses: actions/download-artifact@v3
6565
with:
6666
name: artifact
6767
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
python -m pip install -U coverage>=5.1 coveralls
231231
232232
- name: Download coverage file
233-
uses: actions/download-artifact@v2
233+
uses: actions/download-artifact@v3
234234
with:
235235
name: coverage
236236
path: coverage

0 commit comments

Comments
 (0)