Skip to content

Commit ac092f5

Browse files
Chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68453a3 commit ac092f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/setup-python@v2
6161
with:
6262
python-version: ${{ matrix.python-version }}
63-
- uses: actions/download-artifact@v2
63+
- uses: actions/download-artifact@v4.1.7
6464
with:
6565
name: build
6666
path: dist
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
if: github.event_name == 'release' && github.event.action == 'published'
7878
steps:
79-
- uses: actions/download-artifact@v2
79+
- uses: actions/download-artifact@v4.1.7
8080
with:
8181
name: build
8282
path: dist

0 commit comments

Comments
 (0)