Skip to content

Commit f986d96

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6e8438 commit f986d96

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Upload dist
135135
if: runner.os == 'Linux'
136-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
136+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137
with:
138138
name: dist
139139
path: |
@@ -154,13 +154,13 @@ jobs:
154154
git commit -m "Update CHANGELOG.md after release [skip ci]"
155155
git push
156156
157-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
157+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
158158
if: runner.os == 'Linux'
159159
with:
160160
name: test-coverage
161161
path: ./coverage
162162

163-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
163+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
164164
with:
165165
name: test-report-${{ matrix.target }}
166166
path: ./test-report.html
@@ -222,7 +222,7 @@ jobs:
222222
npm run package -- --target ${{ matrix.target }}
223223
224224
- name: Upload package
225-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
225+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
226226
with:
227227
name: vscode-cmsis-debugger-${{ matrix.target }}
228228
path: ./*.vsix

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Upload dist
9999
if: runner.os == 'Linux'
100-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
100+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101
with:
102102
name: dist
103103
path: |
@@ -107,13 +107,13 @@ jobs:
107107
./dist
108108
retention-days: 1
109109

110-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
110+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
111111
if: runner.os == 'Linux'
112112
with:
113113
name: test-coverage
114114
path: ./coverage
115115

116-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
116+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
117117
with:
118118
name: test-report-${{ matrix.target }}
119119
path: ./test-report.html
@@ -178,7 +178,7 @@ jobs:
178178
npm run package -- --target ${{ matrix.target }}
179179
180180
- name: Upload package
181-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
181+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
182182
with:
183183
name: vscode-cmsis-debugger-nightly-${{ matrix.target }}
184184
path: ./*.vsix

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7272
# format to the repository Actions tab.
7373
- name: "Upload artifact"
74-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
74+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575
with:
7676
name: SARIF file
7777
path: results.sarif

0 commit comments

Comments
 (0)