From fbeb152e6c46fca58596ecb010e204db7dd3a3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:47:06 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cron_debian.yml | 2 +- .github/workflows/ram_usage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron_debian.yml b/.github/workflows/cron_debian.yml index 08a7b1023f..3706e0f8db 100644 --- a/.github/workflows/cron_debian.yml +++ b/.github/workflows/cron_debian.yml @@ -64,7 +64,7 @@ jobs: - name: Upload Artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: debian-seqan3-artifacts path: | diff --git a/.github/workflows/ram_usage.yml b/.github/workflows/ram_usage.yml index e61ea106d9..ae02400db0 100644 --- a/.github/workflows/ram_usage.yml +++ b/.github/workflows/ram_usage.yml @@ -94,7 +94,7 @@ jobs: - name: Upload RAM-Usage continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: RAM-Usage path: ram_usage.csv