From 05adad4303b829937153fe21cc6952c140074041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:15:33 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4.3.0 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.3.0...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-publish.yml | 2 +- .github/workflows/create-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd-publish.yml b/.github/workflows/cicd-publish.yml index 0fc8573..c3c43cc 100644 --- a/.github/workflows/cicd-publish.yml +++ b/.github/workflows/cicd-publish.yml @@ -45,7 +45,7 @@ jobs: url: 'https://pypi.org/p/ciscoconfparse2' steps: - name: 'Download artifacts from python-artifacts job' - uses: 'actions/download-artifact@v5' + uses: 'actions/download-artifact@v6.0.0' with: name: 'python-artifacts' path: 'dist' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8081afe..6d0b707 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -28,7 +28,7 @@ jobs: permissions: contents: "write" steps: - - uses: "actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093" # v4.3.0 + - uses: "actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53" # v6.0.0 - name: "create release" run: "gh release create --generate-notes --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*" env: