From a150b72fa7e43b16664a904fa38587e5be98369e Mon Sep 17 00:00:00 2001 From: patrzhan Date: Wed, 18 Dec 2024 14:59:45 -0800 Subject: [PATCH] chore: update github workflow versions (#50) --- .github/workflows/archive_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archive_template.yml b/.github/workflows/archive_template.yml index 481730e..cc4689b 100644 --- a/.github/workflows/archive_template.yml +++ b/.github/workflows/archive_template.yml @@ -29,14 +29,14 @@ jobs: zip -r ~/archived-templates/LocalPubSub-python.zip LocalPubSub - name: Upload zipped artifacts - uses: actions/upload-artifact@v2.2.4 + uses: actions/upload-artifact@v4.5.0 with: name: archived-templates path: ~/archived-templates/*.zip - name: Download uploaded artifacts id: download - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v4.1.8 with: path: ~/download/