From 4858c72c70fa0e0974ed3818d3889a956840293a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 21:34:13 +0000 Subject: [PATCH] Update actions/download-artifact action to v3 --- .github/workflows/gh-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-workflow.yml b/.github/workflows/gh-workflow.yml index b0e9301..324b2b0 100644 --- a/.github/workflows/gh-workflow.yml +++ b/.github/workflows/gh-workflow.yml @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v3 - name: Download output.json - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: output.json @@ -184,7 +184,7 @@ jobs: uses: actions/checkout@v3 - name: Download output.json - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: output.json