Skip to content

Commit 9b85f8f

Browse files
dependabot[bot]jimklimov
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 7
Bumps link:https://github.com/actions/upload-artifact[actions/upload-artifact] from 4 to 7. * link:https://github.com/actions/upload-artifact/releases[Release notes] * link:https://github.com/actions/upload-artifact/compare/v4..v7[Commits] ---- updated-dependencies: * dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ---- Signed-off-by: dependabot[bot] <support@github.com>
1 parent 71815b5 commit 9b85f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/01-make-dist-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
# NOTE: A `.zip` is added to the base `$name` automatically
211211
- name: Upload tarball and its checksum artifacts
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v7
213213
id: upload_artifact
214214
with:
215215
name: ${{ inputs.artifact_name }}

0 commit comments

Comments
 (0)