From ed3c74a4275032453fddb6c31f2aa571b0d12138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:51:27 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/build-and-test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 41290ab..f6ac899 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -37,7 +37,7 @@ jobs: - name: Build installer run: pixi run build-installer - name: Upload installer - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: installer-${{ matrix.target_arch }} path: DIRACOS-*.sh @@ -52,7 +52,7 @@ jobs: target_arch: ["linux-64"] steps: - name: Download installer - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: installer-${{ matrix.target_arch }} - name: Generate environment.yaml @@ -61,7 +61,7 @@ jobs: source diracos/diracosrc conda env export --file environment.yaml --prefix $DIRACOS - name: Upload environment.yaml - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: environment-yaml-${{ matrix.target_arch }} path: | @@ -79,7 +79,7 @@ jobs: cache: true environments: release - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: artifacts - name: Create release notes @@ -90,7 +90,7 @@ jobs: > release-notes.md cat release-notes.md - name: Upload release-notes.md - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: release-notes path: | @@ -123,7 +123,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ matrix.installer }} - name: Run tests @@ -141,7 +141,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: installer-osx-64 - name: Run tests @@ -163,7 +163,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Download installer - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: installer-osx-arm64 - name: Run tests @@ -190,7 +190,7 @@ jobs: with: python-version: '3.14' - name: Download installer - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: installer-linux-64 - name: Prepare environment