Skip to content

Commit 0deaf9e

Browse files
Bump actions/upload-artifact from 5 to 6 (#177)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8a5631 commit 0deaf9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/refresh-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pipx run conda-lock -k explicit -p linux-64 -f requirements/${{matrix.python}}.yml
5151
mv conda-linux-64.lock ${{matrix.python}}-linux-64.lock
5252
- name: output lockfile
53-
uses: actions/upload-artifact@v5
53+
uses: actions/upload-artifact@v6
5454
with:
5555
name: lock-artifacts-${{matrix.python}}
5656
path: ${{matrix.python}}-linux-64.lock

0 commit comments

Comments
 (0)