Skip to content

Commit 2e4479a

Browse files
ci(deps): Bump actions/upload-artifact from 4.4.1 to 4.4.3 (runfinch#1138)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@604373d...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6576052 commit 2e4479a

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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
38+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
67+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
6868
with:
6969
name: finch.macos-x86_64
7070
path: finch.*.x86_64.tar.gz

0 commit comments

Comments
 (0)