diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 07:28:23 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-18 20:53:33 -0500 |
| commit | cc633ab04026428e8932800d674af6db917c7e7d (patch) | |
| tree | dda01893fd210f1ca99d88b7f45becf38dab1398 /.github/workflows | |
| parent | 42794b6f4e681a1c218bd058b6048b22d74598ff (diff) | |
deps(actions): 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](https://github.com/actions/download-artifact/compare/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]>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 98c53f2..61b7307 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: steps: - name: download docker image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: container |
