From 1f82354c531e52e6732ca47ff498d4fa7569fecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:55:14 +0000 Subject: [PATCH] chore(ci): bump actions/download-artifact from 4.2.1 to 5.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 5.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/95815c38cf2ff2164869cbab79da8d1f422bc89e...634f93cb2916e3fdff6788551b99b062d0335ce0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/large-tests.yaml | 4 ++-- .github/workflows/reusable_build-and-test.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/large-tests.yaml b/.github/workflows/large-tests.yaml index cf3c1caa1..63e023b57 100644 --- a/.github/workflows/large-tests.yaml +++ b/.github/workflows/large-tests.yaml @@ -47,7 +47,7 @@ jobs: node-version: '22' cache: 'npm' cache-dependency-path: './cli/package-lock.json' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0 with: name: opentdf-sdk-lib path: lib/ @@ -77,7 +77,7 @@ jobs: node-version: '22' cache: 'npm' cache-dependency-path: './web-app/package-lock.json' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0 with: name: opentdf-sdk-lib path: lib/ diff --git a/.github/workflows/reusable_build-and-test.yaml b/.github/workflows/reusable_build-and-test.yaml index 366dcb3b3..b60bfc66d 100644 --- a/.github/workflows/reusable_build-and-test.yaml +++ b/.github/workflows/reusable_build-and-test.yaml @@ -104,7 +104,7 @@ jobs: node-version: '22' cache: 'npm' cache-dependency-path: './cli/package-lock.json' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0 with: name: opentdf-sdk-lib path: lib/ @@ -137,7 +137,7 @@ jobs: node-version: '22' cache: 'npm' cache-dependency-path: './web-app/package-lock.json' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0 with: name: opentdf-sdk-lib path: lib/ @@ -182,11 +182,11 @@ jobs: node-version: '22' cache: 'npm' cache-dependency-path: './web-app/package-lock.json' - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0 with: name: opentdf-sdk-lib path: lib/ - - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0 with: name: opentdf-ctl path: cli/