From 62f67686065530c99c8f31b638daf4839d6947e0 Mon Sep 17 00:00:00 2001 From: Bruno Salmon Date: Thu, 30 May 2024 09:22:30 +0100 Subject: [PATCH] Upgraded some GitHub actions version --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 757f8cd..8bc08b9 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -525,7 +525,7 @@ jobs: # Note: each asset will be a folder containing the artifacts - if: env.API_GITHUB_TOKEN != '' name: Download artifacts into staging directory - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: download @@ -548,7 +548,7 @@ jobs: # Upload all artifacts into the SNAPSHOT release assets - if: env.API_GITHUB_TOKEN != '' name: Upload artifacts to the SNAPSHOT release assets - uses: AButler/upload-release-assets@v2.0 + uses: AButler/upload-release-assets@v3.0 with: release-tag: SNAPSHOT files: upload/*