From 714cb5c891262143e53f5756df00d8bd6847d4d3 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Wed, 11 Dec 2024 13:43:37 -0600 Subject: [PATCH] Update actions/upload-artifact from v3 to v4 and remove packages from deployment-tests workflow artifacts No need to duplicate the saving of packages. Almost always we will build the package and save it as an artifact during the build_cfengine_hub_package workflow. Ticket: none Changelog: none (cherry picked from commit a1f5d3584518d73d8f12fbdca8ec3407131df9a7) --- .github/workflows/build-using-buildscripts.yml | 2 +- .github/workflows/deployment-tests.yml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-using-buildscripts.yml b/.github/workflows/build-using-buildscripts.yml index 7226ad5e2..4a3cd9da6 100644 --- a/.github/workflows/build-using-buildscripts.yml +++ b/.github/workflows/build-using-buildscripts.yml @@ -128,7 +128,7 @@ jobs: - name: Save artifacts if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts path: | diff --git a/.github/workflows/deployment-tests.yml b/.github/workflows/deployment-tests.yml index f6c56095e..ceeabc51b 100644 --- a/.github/workflows/deployment-tests.yml +++ b/.github/workflows/deployment-tests.yml @@ -134,9 +134,8 @@ jobs: - name: Save artifacts if: success() || failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: - name: artifacts + name: deployment-test-artifacts path: | artifacts - packages