Skip to content

Commit ecb00b5

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#888)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69038fc commit ecb00b5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Install Python
5353
with:
5454
python-version: "3.10"
55-
- uses: actions/download-artifact@v3
55+
- uses: actions/download-artifact@v4.1.7
5656
with:
5757
name: releases
5858
path: dist
@@ -85,7 +85,7 @@ jobs:
8585
shell: bash -l {0}
8686
steps:
8787
- uses: actions/checkout@v3
88-
- uses: actions/download-artifact@v3
88+
- uses: actions/download-artifact@v4.1.7
8989
with:
9090
name: releases
9191
path: dist
@@ -132,7 +132,7 @@ jobs:
132132
if: github.event_name == 'release'
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/download-artifact@v3
135+
- uses: actions/download-artifact@v4.1.7
136136
with:
137137
name: releases
138138
path: dist

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Install Python
5757
with:
5858
python-version: "3.10"
59-
- uses: actions/download-artifact@v3
59+
- uses: actions/download-artifact@v4.1.7
6060
with:
6161
name: releases
6262
path: dist

0 commit comments

Comments
 (0)