Compare commits

...

6 commits

Author SHA1 Message Date
raf
f78e03264f
Merge pull request #61 from NotAShelf/dependabot/github_actions/actions/upload-artifact-7
Some checks failed
Rust / Test on aarch64-unknown-linux-gnu (push) Has been cancelled
Rust / Test on riscv64gc-unknown-linux-gnu (push) Has been cancelled
Rust / Test on x86_64-unknown-linux-gnu (push) Has been cancelled
chore: bump actions/upload-artifact from 4 to 7
2026-03-30 14:46:59 +03:00
raf
790be5a8e5
Merge pull request #60 from NotAShelf/dependabot/github_actions/actions/download-artifact-8
chore: bump actions/download-artifact from 4 to 8
2026-03-30 14:46:32 +03:00
raf
7dea8777b8
Merge pull request #59 from NotAShelf/dependabot/github_actions/actions/checkout-6
chore: bump actions/checkout from 4 to 6
2026-03-30 14:38:24 +03:00
dependabot[bot]
b22148c2c4
chore: bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 11:33:49 +00:00
dependabot[bot]
996c851b21
chore: bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 11:33:46 +00:00
dependabot[bot]
8aa2c38a2b
chore: bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-30 11:33:43 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v8
with:
name: profile-metrics
path: /tmp/metrics/

View file

@ -11,7 +11,7 @@ jobs:
profile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
@ -53,7 +53,7 @@ jobs:
echo '${{ github.base_ref }}' > /tmp/metrics/base_ref.txt
echo '${{ github.head_ref }}' > /tmp/metrics/head_ref.txt
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
with:
name: profile-metrics
path: /tmp/metrics/