Skip to content

Commit 70ad287

Browse files
build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.5.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 0bbf0a0 commit 70ad287

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
@@ -113,7 +113,7 @@ jobs:
113113
done
114114
115115
- name: Upload the artifacts
116-
uses: actions/upload-artifact@v4.4.3
116+
uses: actions/upload-artifact@v4.5.0
117117
with:
118118
name: binaries
119119
path: |

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
SQLX_OFFLINE: '1'
245245

246246
- name: Upload archive to workflow
247-
uses: actions/upload-artifact@v4.4.3
247+
uses: actions/upload-artifact@v4.5.0
248248
with:
249249
name: nextest-archive
250250
path: nextest-archive.tar.zst

0 commit comments

Comments
 (0)