From efd89b6acd22d3215d35267241fc874fab0f6eb2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Apr 2022 00:13:21 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v3 --- .github/workflows/report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index a8e2825d1e..149c163a35 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -34,7 +34,7 @@ jobs: base-path: /dashlord-fabrique # to save the generated report.json as artifact - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: path: report.json name: report