From d8a4ceb9ae68b6fd5e19c1a9151c9d3f46603a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:20:12 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gubbins-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gubbins-test.yml b/.github/workflows/gubbins-test.yml index 43c4f3f2..3a6dcaed 100644 --- a/.github/workflows/gubbins-test.yml +++ b/.github/workflows/gubbins-test.yml @@ -76,7 +76,7 @@ jobs: sed -i 's@../../@@g' /tmp/gubbins/gubbins-*/pyproject.toml - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: gubbins path: /tmp/gubbins @@ -145,7 +145,7 @@ jobs: EXTENSION_CUSTOM_SOURCES_TO_INSTALL=/bindmount/gubbins_db*.whl,/bindmount/gubbins_routers*.whl,/bindmount/gubbins_client*.whl - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: gubbins-services-img path: /tmp/gubbins_services_image.tar @@ -189,7 +189,7 @@ jobs: run: npm install - name: Upload the extensions directory - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: gubbins-web path: /tmp/gubbins-web @@ -333,7 +333,7 @@ jobs: - name: Upload Cypress screenshots if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: cypress-screenshots path: /tmp/gubbins-web/cypress/screenshots \ No newline at end of file