From 7513ab689bc5bf1f7e0df67a31a170b389bb5d99 Mon Sep 17 00:00:00 2001 From: Peter Bierma Date: Tue, 29 Oct 2024 17:55:29 -0400 Subject: [PATCH] Bump GitHub Actions Version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cf0e95..0f9cfc4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: artifacts path: dist