Skip to content

Commit a3a6dfd

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) Updates `prefix-dev/setup-pixi` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](prefix-dev/setup-pixi@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12a9d03 commit a3a6dfd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: twine check dist/*
4646

4747
- name: Upload artifacts
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
path: dist/*
5151
name: dist
@@ -75,7 +75,7 @@ jobs:
7575
python-version: ${{ matrix.python }}
7676

7777
- name: Download Python packages
78-
uses: actions/download-artifact@v5
78+
uses: actions/download-artifact@v6
7979
with:
8080
path: dist
8181
name: dist
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
lfs: true
103103

104-
- uses: prefix-dev/[email protected].1
104+
- uses: prefix-dev/[email protected].2
105105
if: contains(matrix.os, 'ubuntu')
106106
with:
107107
pixi-version: "latest"
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137

138138
- name: Download Python packages
139-
uses: actions/download-artifact@v5
139+
uses: actions/download-artifact@v6
140140
with:
141141
path: dist
142142
name: dist

.github/workflows/pixi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lfs: true
2323

2424
- name: Set up pixi
25-
uses: prefix-dev/[email protected].1
25+
uses: prefix-dev/[email protected].2
2626
with:
2727
run-install: false
2828

0 commit comments

Comments
 (0)