Skip to content

Commit 5f8da71

Browse files
dependabot[bot]actions-usersaulshanabrook
authored
Bump the actions group across 1 directory with 2 updates (#318)
* Bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [CodSpeedHQ/action](https://github.com/codspeedhq/action) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `CodSpeedHQ/action` from 3.7.0 to 3.8.0 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3.7.0...v3.8.0) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Add changelog entry for PR #318 * Remove bump in changelog --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Saul Shanabrook <[email protected]>
1 parent 68e077e commit 5f8da71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- run: |
6969
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
7070
uv sync --extra test --locked
71-
- uses: CodSpeedHQ/action@v3.7.0
71+
- uses: CodSpeedHQ/action@v3.8.0
7272
with:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
7474
# allow updating snapshots due to indeterministic benchmarks

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
if: startsWith(github.ref, 'refs/tags/') || (github.event_name == 'workflow_dispatch')
154154
needs: [macos, windows, linux, linux-cross, bump]
155155
steps:
156-
- uses: actions/download-artifact@v4
156+
- uses: actions/download-artifact@v5
157157
with:
158158
pattern: wheels-*
159159
merge-multiple: true

0 commit comments

Comments
 (0)