We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f295b commit 6d361e3Copy full SHA for 6d361e3
.github/workflows/deploy-docs.yml
@@ -21,7 +21,7 @@ jobs:
21
mkdir ./site
22
- name: Download Artifact Docs
23
id: download
24
- uses: dawidd6/action-download-artifact@v2.27.0
+ uses: dawidd6/action-download-artifact@v2.28.0
25
with:
26
if_no_artifact_found: ignore
27
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/smokeshow.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: pip install smokeshow
- - uses: dawidd6/action-download-artifact@v2.24.2
+ - uses: dawidd6/action-download-artifact@v2.28.0
workflow: test.yml
commit: ${{ github.event.workflow_run.head_sha }}
0 commit comments