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

Commit d0474c3

Browse files
dependabot[bot]FishtownBuildBotmikealfare
authored
Bump actions/download-artifact from 3 to 4 (#1010)
* Bump actions/download-artifact from 3 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add automated changelog yaml from template for bot PR --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Github Build Bot <[email protected]> Co-authored-by: Mike Alfare <[email protected]>
1 parent 1d7ed0e commit d0474c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: "Dependencies"
2+
body: "Bump actions/download-artifact from 3 to 4"
3+
time: 2024-04-19T02:48:14.00000Z
4+
custom:
5+
Author: dependabot[bot]
6+
PR: 1010

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
python -m pip install --user --upgrade pip
185185
python -m pip install --upgrade wheel
186186
python -m pip --version
187-
- uses: actions/download-artifact@v3
187+
- uses: actions/download-artifact@v4
188188
with:
189189
name: dist
190190
path: dist/

0 commit comments

Comments
 (0)