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-05-01 12:06:35 +0300
committerGitHub <noreply@github.com>2022-05-01 12:06:35 +0300
commitae595a1c8fa67a5d2b361e906062763aa962c8dc (patch)
tree4adad3dd764788dd688a558b48b9d9d2e95e4b5c
parent8f92330f0edf1556b64034ca595d5722c6cb03a9 (diff)
Bump actions/upload-artifact from 2 to 3dependabot/github_actions/actions/upload-artifact-3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@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..aa320b6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains "expo.getbootstrap.com"
- name: Upload docs
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
if: success() && github.repository == 'twbs/bootstrap-expo' && github.ref == 'refs/heads/main'
with:
name: docs