diff --git a/.github/workflows/deletedroplets.yml b/.github/workflows/deletedroplets.yml index a5398a5d..fa4a8c70 100644 --- a/.github/workflows/deletedroplets.yml +++ b/.github/workflows/deletedroplets.yml @@ -12,7 +12,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} steps: - name: get logs - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: run_id: ${{ github.event.workflow_run.id}} if_no_artifact_found: warn @@ -75,7 +75,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'failure' }} steps: - name: get logs - uses: dawidd6/action-download-artifact@v9 + uses: dawidd6/action-download-artifact@v11 with: run_id: ${{ github.event.workflow_run.id}} if_no_artifact_found: warn