From a38274e02aba95d6627793a6cbe25201f26911ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:15:51 +0100 Subject: [PATCH] Bump actions/upload-artifact from 1 to 4 (#743) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 a57c3106..db0507d4 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 764aec71..79504325 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