From 2070296eebafd0c244742b02fb0c5cab390b0238 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 23 Sep 2023 13:12:15 +0200 Subject: [PATCH] Update actions/download-artifact to latest 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 9017cb3..bb6ce09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,7 +197,7 @@ jobs: run: rm * - name: Download bundled textwrap-wasm-demo-app - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: textwrap-wasm-demo-app