Skip to content

Commit

Permalink
Update actions/upload-artifact from v3 to v4 and remove packages from…
Browse files Browse the repository at this point in the history
… 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 a1f5d35)
  • Loading branch information
craigcomstock committed Dec 12, 2024
1 parent 9f6fc26 commit 714cb5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-using-buildscripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deployment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 714cb5c

Please sign in to comment.