Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 0b7f8ab (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 20, 2023
1 parent e58ddaf commit 6a2be21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/continuous-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/json run test
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/map run test
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/maria run test
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/mongo run test
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/postgresql run test --coverage
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand All @@ -142,7 +142,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/redis run test --coverage
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand All @@ -161,7 +161,7 @@ jobs:
- name: Run Tests
run: yarn workspace @joshdb/sqlite run test --coverage
- name: Store Code Coverage Report
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: coverage
path: coverage/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build Documentation
run: yarn docs
- name: Upload Documentation Artifacts
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: docs
path: packages/*/docs/api.json
Expand Down

0 comments on commit 6a2be21

Please sign in to comment.