Skip to content

Commit fa946af

Browse files
dependabot[bot]urschrei
authored andcommitted
Bump the gha-updates group with 2 updates
Bumps the gha-updates 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 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60bd355 commit fa946af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
- name: Build wheel
5454
run: uv build --no-sources --wheel -o dist
5555

56-
- uses: actions/upload-artifact@v5
56+
- uses: actions/upload-artifact@v6
5757
name: Upload wheel as artifact
5858
with:
5959
name: wheels-py${{ matrix.python-version }}
6060
path: |
6161
./dist/*.whl
6262
63-
- uses: actions/upload-artifact@v5
63+
- uses: actions/upload-artifact@v6
6464
name: Upload test results
6565
if: always()
6666
with:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build SDist
8282
run: uv build --no-sources --sdist -o dist
8383

84-
- uses: actions/upload-artifact@v5
84+
- uses: actions/upload-artifact@v6
8585
with:
8686
name: sdist
8787
path: dist/*.tar.gz
@@ -112,14 +112,14 @@ jobs:
112112
- uses: actions/checkout@v6
113113

114114
- name: Download wheel artifacts
115-
uses: actions/download-artifact@v6
115+
uses: actions/download-artifact@v7
116116
with:
117117
pattern: wheels-*
118118
path: ./artifacts
119119
merge-multiple: true
120120

121121
- name: Download sdist artifact
122-
uses: actions/download-artifact@v6
122+
uses: actions/download-artifact@v7
123123
with:
124124
name: sdist
125125
path: ./artifacts

0 commit comments

Comments
 (0)