Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-15 08:46:01 +0300
committerGitHub <noreply@github.com>2022-07-15 08:46:01 +0300
commitd09d424ba8bd9205f80d33e320743658c063a65f (patch)
tree3231602567c9c89d95b1d2392f4627b9c6547d43
parent8f92330f0edf1556b64034ca595d5722c6cb03a9 (diff)
Bump actions/download-artifact from 2 to 3 (#2461)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f175459..b98c117 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3
- name: Download docs
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: docs
path: ./_site/