From c852e6c885d1de23b3a7eb061305ea70f354c964 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:43:53 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/setup.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 05fe71704..37052264e 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -20,7 +20,7 @@ jobs: - name: build run: uv build --sdist - name: Store the binary wheel - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: dist-linux path: dist @@ -47,7 +47,7 @@ jobs: - name: build run: uv build --wheel - name: Store the binary wheel - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: dist-windows-${{ matrix.python-version }} path: dist @@ -69,7 +69,7 @@ jobs: with: version: 0.10.6 - uses: ./.github/actions/install-gammu - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: dist merge-multiple: true @@ -93,7 +93,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Download all the dists - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: dist/ merge-multiple: true @@ -112,7 +112,7 @@ jobs: contents: write if: startsWith(github.ref, 'refs/tags/') && github.repository == 'gammu/python-gammu' steps: - - uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 + - uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0 with: path: dist/ merge-multiple: true