diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-18 18:34:45 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-18 13:37:28 -0500 |
| commit | 8e36f3a06aae0166b3105479eaaee8c51a097ef8 (patch) | |
| tree | 0898a109b0136431658afb15c81642619fcd144a | |
| parent | 0c1bc0802114fa96e0a3f190ae3f7607dc51f027 (diff) | |
deps(actions): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/docker.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 6654e6a..dfeff6c 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -37,7 +37,7 @@ jobs: echo "path=$(realpath result)" >> "$GITHUB_OUTPUT" - name: Upload image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: container-${{ matrix.arch }} path: ${{ steps.build.outputs.path }} |
