From 0753edca955cde98c6ea959cca0a0046d2d3409d Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 23 Apr 2024 23:47:40 +0200 Subject: [PATCH] Bumped dependency geekyeggo/delete-artifact. --- .github/workflows/ArtifactCleanUp.yml | 4 ++-- .github/workflows/IntermediateCleanUp.yml | 4 ++-- .github/workflows/PublishOnPyPI.yml | 2 +- doc/Instantiation.rst | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ArtifactCleanUp.yml b/.github/workflows/ArtifactCleanUp.yml index 2480577..ec9b74b 100644 --- a/.github/workflows/ArtifactCleanUp.yml +++ b/.github/workflows/ArtifactCleanUp.yml @@ -45,14 +45,14 @@ jobs: - name: 🗑️ Delete package Artifacts if: ${{ ! startsWith(github.ref, 'refs/tags') }} - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 with: name: ${{ inputs.package }} token: ${{ secrets.GITHUB_TOKEN }} - name: 🗑️ Delete remaining Artifacts if: ${{ inputs.remaining != '' }} - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 with: name: ${{ inputs.remaining }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/IntermediateCleanUp.yml b/.github/workflows/IntermediateCleanUp.yml index 4699446..6fc09a4 100644 --- a/.github/workflows/IntermediateCleanUp.yml +++ b/.github/workflows/IntermediateCleanUp.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🗑️ Delete SQLite coverage artifacts from matrix jobs - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 if: inputs.sqlite_coverage_artifacts_prefix != '' continue-on-error: true with: @@ -47,7 +47,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: 🗑️ Delete XML coverage artifacts from matrix jobs - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 if: inputs.xml_unittest_artifacts_prefix != '' continue-on-error: true with: diff --git a/.github/workflows/PublishOnPyPI.yml b/.github/workflows/PublishOnPyPI.yml index 4ec8ba8..890595c 100644 --- a/.github/workflows/PublishOnPyPI.yml +++ b/.github/workflows/PublishOnPyPI.yml @@ -78,6 +78,6 @@ jobs: run: twine upload dist/*.whl - name: 🗑️ Delete packaging Artifacts - uses: geekyeggo/delete-artifact@v4 + uses: geekyeggo/delete-artifact@v5 with: name: ${{ inputs.artifact }} diff --git a/doc/Instantiation.rst b/doc/Instantiation.rst index b606f6a..254b2d8 100644 --- a/doc/Instantiation.rst +++ b/doc/Instantiation.rst @@ -80,7 +80,7 @@ Documentation Only (Sphinx) steps: - name: 🗑️ Delete artifacts - uses: geekyeggo/delete-artifact@v2 + uses: geekyeggo/delete-artifact@v5 with: name: Documentation