From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 18:15:26 +0000 (+0100) Subject: Bump actions/upload-artifact from 6 to 7 (#9) X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=0682248bc863b070e9571b544ed6acbb5e2415bd;p=network-manager.git Bump actions/upload-artifact from 6 to 7 (#9) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e774a54..4595568 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -122,7 +122,7 @@ jobs: fi - name: 📦 Upload artifact (dist/build) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-${{ github.sha }} path: |