summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-18 07:28:30 +0000
committerseth <[email protected]>2023-12-18 20:53:17 -0500
commit42794b6f4e681a1c218bd058b6048b22d74598ff (patch)
tree8a2cf224b3bdc6df44e5e716f5137011b7850ceb
parentc1b9c4dee7b1cc64d22aaaef909e850fec5fecef (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/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 1a918b8..98c53f2 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -22,7 +22,7 @@ jobs:
readlink result | xargs -I {} cp {} workerd.tar.gz
- name: upload docker image
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: container
path: workerd.tar.gz