Skip to content

Commit 4250bc1

Browse files
chore(deps): update github actions
1 parent 3b7356a commit 4250bc1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
ls -lh *.vsix
7676
7777
- name: Upload VSIX artifact
78-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
78+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7979
with:
8080
name: vscode-deepnote-${{ steps.package-version.outputs.version }}-${{ steps.branch-name.outputs.branch }}
8181
path: vscode-deepnote-*.vsix

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ jobs:
113113
VSC_JUPYTER_INSTRUMENT_CODE_FOR_COVERAGE: true
114114

115115
- name: Upload coverage to Codecov
116-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
116+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
117117
with:
118118
use_oidc: true
119119
files: coverage/lcov.info
120120
fail_ci_if_error: true
121121

122122
- name: Upload test results to Codecov
123123
if: '!cancelled()'
124-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
124+
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
125125
with:
126126
use_oidc: true
127127
files: test-results.xml

.github/workflows/deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload audit report
3838
if: always()
39-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
39+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4040
with:
4141
name: npm-audit-report
4242
path: audit-report.json

0 commit comments

Comments
 (0)