From 9d85d05b09d11f989491b9b5a0510485ff5dd5ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:02:39 +0000 Subject: [PATCH] chore(deps): 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] --- .github/workflows/plinth-certifier-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plinth-certifier-tests.yml b/.github/workflows/plinth-certifier-tests.yml index 587bfa06860..e9df076838e 100644 --- a/.github/workflows/plinth-certifier-tests.yml +++ b/.github/workflows/plinth-certifier-tests.yml @@ -29,7 +29,7 @@ jobs: - name: Upload results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: certifier-results path: agda-certificates/__results__.txt @@ -37,7 +37,7 @@ jobs: - name: Upload certificate logs if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: certifier-logs path: |