]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.28.0 (#660)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 23 Oct 2023 17:05:55 +0000 (21:05 +0400)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 17:05:55 +0000 (21:05 +0400)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.24.2 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.2...v2.28.0)

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

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

index e7641a3c0f7e00e3628db7793a43f35ad21ac268..f9035d89a712d9be6bbabf62046cb96d39252522 100644 (file)
@@ -21,7 +21,7 @@ jobs:
           mkdir ./site
       - name: Download Artifact Docs
         id: download
-        uses: dawidd6/action-download-artifact@v2.27.0
+        uses: dawidd6/action-download-artifact@v2.28.0
         with:
           if_no_artifact_found: ignore
           github_token: ${{ secrets.GITHUB_TOKEN }}
index 7ee17cac55fd11fa96d614e96bab0f2726e32944..d2c274ff292e7b6356fd26e6085011e8e6fc0e40 100644 (file)
@@ -20,7 +20,7 @@ jobs:
 
       - run: pip install smokeshow
 
-      - uses: dawidd6/action-download-artifact@v2.24.2
+      - uses: dawidd6/action-download-artifact@v2.28.0
         with:
           workflow: test.yml
           commit: ${{ github.event.workflow_run.head_sha }}