diff --git a/.github/workflows/deletedroplets.yml b/.github/workflows/deletedroplets.yml index 11577278a..e16876d60 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@v6 + uses: dawidd6/action-download-artifact@v7 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@v6 + uses: dawidd6/action-download-artifact@v7 with: run_id: ${{ github.event.workflow_run.id}} if_no_artifact_found: warn