From 75cab11488f54c889250c10c91d0d9ce2a2d22d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:16:00 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-version.yml | 6 +++--- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ca69bed..6c59d421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: docker container list -a - name: Get ISPyB database - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: database path: database/ diff --git a/.github/workflows/publish-version.yml b/.github/workflows/publish-version.yml index 9b4e52f0..ec80c9d2 100644 --- a/.github/workflows/publish-version.yml +++ b/.github/workflows/publish-version.yml @@ -78,7 +78,7 @@ jobs: - name: Build python package run: python3 -m build - name: Store built package artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: package-distributions path: dist/ @@ -100,7 +100,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: package-distributions path: dist/ @@ -123,7 +123,7 @@ jobs: steps: - name: Download all the dists - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: package-distributions path: dist/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 193b3de9..91cf478a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: mkdir database wget -t 3 --waitretry=20 https://github.com/DiamondLightSource/ispyb-database/releases/download/v${{ env.ISPYB_DATABASE_SCHEMA }}/ispyb-database-${{ env.ISPYB_DATABASE_SCHEMA }}.tar.gz -O database/ispyb-database.tar.gz - name: Store database artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: database path: database/