From 65f13f48d383cc0ce50091fd9d49e34b3b44e28a Mon Sep 17 00:00:00 2001 From: TheSlowGrowth <9356320+TheSlowGrowth@users.noreply.github.com> Date: Wed, 4 Sep 2024 18:35:48 +0200 Subject: [PATCH] ci: update to actions/download-artifact@v3 --- .github/workflows/plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin.yaml b/.github/workflows/plugin.yaml index c50c5d0..d5ae327 100644 --- a/.github/workflows/plugin.yaml +++ b/.github/workflows/plugin.yaml @@ -167,7 +167,7 @@ jobs: steps: - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: TestResults path: TestResults