Skip to content

Commit da0c3c2

Browse files
Build(deps): Bump the actions group with 1 update (#437)
Bumps the actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad1eaec commit da0c3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cat all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt
121121
122122
- name: Upload dependencies list
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: all-deps-${{ runner.os }}-${{ matrix.python-version }}
126126
path: all-deps-${{ runner.os }}-${{ matrix.python-version }}.txt

0 commit comments

Comments
 (0)