Skip to content

Commit 76340a1

Browse files
dependabot[bot]alexprengere
authored andcommitted
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). 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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5b9f4b commit 76340a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
pip install --upgrade wheel setuptools build
6767
- name: Build package
6868
run: python -m build -s -w -o dist/
69-
- uses: actions/upload-artifact@v4
69+
- uses: actions/upload-artifact@v5
7070
with:
7171
name: dist
7272
path: dist
@@ -81,7 +81,7 @@ jobs:
8181
python-version: "3.12"
8282
- name: Install dependencies
8383
run: pip install twine
84-
- uses: actions/download-artifact@v5
84+
- uses: actions/download-artifact@v6
8585
with:
8686
name: dist
8787
path: dist
@@ -93,7 +93,7 @@ jobs:
9393
needs: [dist_check]
9494
name: PyPI upload
9595
steps:
96-
- uses: actions/download-artifact@v5
96+
- uses: actions/download-artifact@v6
9797
with:
9898
name: dist
9999
path: dist

0 commit comments

Comments
 (0)