From 2c200f8308a9145315cd8a51c3d31a0f29ab5b06 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 11 Mar 2025 11:13:04 +1000 Subject: [PATCH] Update the publish task version for CVE --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 474dde1..00064cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Download - uses: dawidd6/action-download-artifact@v3 + uses: dawidd6/action-download-artifact@v9 with: workflow: ci.yml commit: ${{ github.sha }}