From f1a1057666a488a4bc00dc1d8d33dbdd1e80e684 Mon Sep 17 00:00:00 2001 From: Stephen Mulvihill Date: Mon, 16 Dec 2024 20:30:48 -0800 Subject: [PATCH] Upgrade actions/upload-artifact to v4 --- .github/workflows/9.2.x_cinder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/9.2.x_cinder.yml b/.github/workflows/9.2.x_cinder.yml index 7c228f9..6e932e3 100644 --- a/.github/workflows/9.2.x_cinder.yml +++ b/.github/workflows/9.2.x_cinder.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: php-app