From 84efca50dc030dc48406efe7636403ebcb751ac9 Mon Sep 17 00:00:00 2001 From: Alejandro Pedraza Date: Fri, 13 Dec 2024 10:41:26 -0500 Subject: [PATCH] Also bumo download-artifact --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 3520ce38..d9c041b2 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: linkerd/dev/actions/setup-tools@v41 - run: just-k3d create use - - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a + - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: name: images path: /tmp/images