Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 65c4c4a (#769)
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] authored Jan 10, 2025
1 parent 0f11104 commit 46522b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- run: npm test
env:
CI: true
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: ${{ matrix.os }}-${{ matrix.node-version }}-coverage
if-no-files-found: warn
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
install-command: npm ci
- run: npm run compile
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
with:
name: lib
path: lib/
Expand Down

0 comments on commit 46522b0

Please sign in to comment.