Skip to content

Commit cf464cd

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0854ee commit cf464cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
done
116116
117117
- name: Upload the artifacts
118-
uses: actions/upload-artifact@v4.5.0
118+
uses: actions/upload-artifact@v4.6.0
119119
with:
120120
name: binaries
121121
path: |

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
SQLX_OFFLINE: '1'
277277

278278
- name: Upload archive to workflow
279-
uses: actions/upload-artifact@v4.5.0
279+
uses: actions/upload-artifact@v4.6.0
280280
with:
281281
name: nextest-archive
282282
path: nextest-archive.tar.zst

0 commit comments

Comments
 (0)