From 60e8d5d6fa3e7e8979bca29a63b17168f1b40422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 13:44:54 +0000 Subject: [PATCH] Bump actions/upload-artifact from 1 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/accessibility.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/accessibility.yml b/.github/workflows/accessibility.yml index c87d4077..c0edc49a 100644 --- a/.github/workflows/accessibility.yml +++ b/.github/workflows/accessibility.yml @@ -23,7 +23,7 @@ jobs: - name: Upload test report if: always() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: accessibility-report path: ui/pa11y-ci-report \ No newline at end of file diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 763c29c8..1363046a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -18,7 +18,7 @@ jobs: - name: Upload test report if: always() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: vulnerability-report path: build/reports/dependency-check-report.html \ No newline at end of file