]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.2 (#493)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 10 Nov 2022 06:43:06 +0000 (07:43 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 06:43:06 +0000 (07:43 +0100)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.0 to 2.24.2.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.0...v2.24.2)

---
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 a2a0097265d20d1300c71949cfdec6c59d9b47f2..10e44328d6226fbf1285fa7906ad2ccb766e0436 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     steps:
       - uses: actions/checkout@v3.1.0
       - name: Download Artifact Docs
-        uses: dawidd6/action-download-artifact@v2.24.0
+        uses: dawidd6/action-download-artifact@v2.24.2
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           workflow: build-docs.yml
index 5242cc7218dba0e7d3c31a4cbc9f16503b737e80..7ee17cac55fd11fa96d614e96bab0f2726e32944 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
       - run: pip install smokeshow
 
-      - uses: dawidd6/action-download-artifact@v2
+      - uses: dawidd6/action-download-artifact@v2.24.2
         with:
           workflow: test.yml
           commit: ${{ github.event.workflow_run.head_sha }}