Skip to content

Commit 52321dd

Browse files
ci(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (runfinch#1080)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e04a072 commit 52321dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload-build-to-S3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: zsh {0}
3636

3737
- name: Upload macos aarch64 build
38-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
38+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
3939
with:
4040
name: finch.macos-aarch64
4141
path: finch.*.aarch64.tar.gz
@@ -64,7 +64,7 @@ jobs:
6464
shell: zsh {0}
6565

6666
- name: Upload macos x86_64 build
67-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
67+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
6868
with:
6969
name: finch.macos-x86_64
7070
path: finch.*.x86_64.tar.gz

0 commit comments

Comments
 (0)