Bumped dependency geekyeggo/delete-artifact.

This commit is contained in:
Patrick Lehmann
2024-04-23 23:47:40 +02:00
parent 461931099a
commit 0753edca95
4 changed files with 6 additions and 6 deletions

View File

@@ -45,14 +45,14 @@ jobs:
- name: 🗑️ Delete package Artifacts - name: 🗑️ Delete package Artifacts
if: ${{ ! startsWith(github.ref, 'refs/tags') }} if: ${{ ! startsWith(github.ref, 'refs/tags') }}
uses: geekyeggo/delete-artifact@v4 uses: geekyeggo/delete-artifact@v5
with: with:
name: ${{ inputs.package }} name: ${{ inputs.package }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: 🗑️ Delete remaining Artifacts - name: 🗑️ Delete remaining Artifacts
if: ${{ inputs.remaining != '' }} if: ${{ inputs.remaining != '' }}
uses: geekyeggo/delete-artifact@v4 uses: geekyeggo/delete-artifact@v5
with: with:
name: ${{ inputs.remaining }} name: ${{ inputs.remaining }}
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 🗑️ Delete SQLite coverage artifacts from matrix jobs - name: 🗑️ Delete SQLite coverage artifacts from matrix jobs
uses: geekyeggo/delete-artifact@v4 uses: geekyeggo/delete-artifact@v5
if: inputs.sqlite_coverage_artifacts_prefix != '' if: inputs.sqlite_coverage_artifacts_prefix != ''
continue-on-error: true continue-on-error: true
with: with:
@@ -47,7 +47,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: 🗑️ Delete XML coverage artifacts from matrix jobs - name: 🗑️ Delete XML coverage artifacts from matrix jobs
uses: geekyeggo/delete-artifact@v4 uses: geekyeggo/delete-artifact@v5
if: inputs.xml_unittest_artifacts_prefix != '' if: inputs.xml_unittest_artifacts_prefix != ''
continue-on-error: true continue-on-error: true
with: with:

View File

@@ -78,6 +78,6 @@ jobs:
run: twine upload dist/*.whl run: twine upload dist/*.whl
- name: 🗑️ Delete packaging Artifacts - name: 🗑️ Delete packaging Artifacts
uses: geekyeggo/delete-artifact@v4 uses: geekyeggo/delete-artifact@v5
with: with:
name: ${{ inputs.artifact }} name: ${{ inputs.artifact }}

View File

@@ -80,7 +80,7 @@ Documentation Only (Sphinx)
steps: steps:
- name: 🗑️ Delete artifacts - name: 🗑️ Delete artifacts
uses: geekyeggo/delete-artifact@v2 uses: geekyeggo/delete-artifact@v5
with: with:
name: Documentation name: Documentation