From 5e1787b1464cd5e6f0f56106e01c6f480caafb2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:00:31 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.7 to 6.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v6.0.0) --- 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/ci-ifcopenshell-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-docker.yml b/.github/workflows/ci-ifcopenshell-docker.yml index 391160f485..a60152def1 100644 --- a/.github/workflows/ci-ifcopenshell-docker.yml +++ b/.github/workflows/ci-ifcopenshell-docker.yml @@ -94,7 +94,7 @@ jobs: lfs: true - name: Download - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v6.0.0 with: # Artifact name name: ifcos-artifacts