]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.1 (#5603)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 9 Nov 2022 11:46:14 +0000 (12:46 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Nov 2022 11:46:14 +0000 (12:46 +0100)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.0 to 2.24.1.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.0...v2.24.1)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/preview-docs.yml
.github/workflows/smokeshow.yml

index 15c59d4bd452f82b8a3e2ddc5e62296477f6d9bd..4bab6df0007eea5c0e5320a23091a9f92b4865e2 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3
       - name: Download Artifact Docs
-        uses: dawidd6/action-download-artifact@v2.24.0
+        uses: dawidd6/action-download-artifact@v2.24.1
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           workflow: build-docs.yml
index 606633a99dece85ecb5688ae6d1f450274e23f2f..6901f2ab036f6d354729063a28793c6127990302 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
       - run: pip install smokeshow
 
-      - uses: dawidd6/action-download-artifact@v2
+      - uses: dawidd6/action-download-artifact@v2.24.1
         with:
           workflow: test.yml
           commit: ${{ github.event.workflow_run.head_sha }}