chore(deps): update actions/download-artifact digest to 87c5514

This commit is contained in:
renovate[bot]
2024-02-26 22:13:53 +01:00
committed by Wolfgang Walther
parent 629ace0103
commit 4878719b90
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure'
steps:
- name: Download from Artifacts
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4
with:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}