Skip to content

Commit a000dbf

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump svenstaro/upload-release-action from 2.9.0 to 2.10.0
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@04733e0...ebd922b) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 37009dc commit a000dbf

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320

321321
- name: Attach installer to release
322322
if: ${{ github.event_name == 'release' }}
323-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
323+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
324324
with:
325325
repo_token: ${{ secrets.GITHUB_TOKEN }}
326326
file: tools/buildmgr/cbuildgen/installer/cbuild_install.sh
@@ -330,7 +330,7 @@ jobs:
330330

331331
- name: Attach debian installer to release
332332
if: ${{ github.event_name == 'release' }}
333-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
333+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
334334
with:
335335
repo_token: ${{ secrets.GITHUB_TOKEN }}
336336
file: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb

.github/workflows/packchk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
133133
- name: Attach zipped binary to the release
134134
if: ${{ github.event_name == 'release' }}
135-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
135+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
136136
with:
137137
repo_token: ${{ secrets.GITHUB_TOKEN }}
138138
tag: ${{ github.ref }}
@@ -348,7 +348,7 @@ jobs:
348348
working-directory: tools/packchk/distribution
349349

350350
- name: Attach zip archive to release assets
351-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
351+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
352352
with:
353353
repo_token: ${{ secrets.GITHUB_TOKEN }}
354354
file: tools/packchk/distribution/code-coverage.zip

.github/workflows/packgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
working-directory: tools/packgen/distribution
168168

169169
- name: Attach zip archive to release assets
170-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
170+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
171171
with:
172172
repo_token: ${{ secrets.GITHUB_TOKEN }}
173173
file: tools/packgen/distribution/packgen.zip

.github/workflows/projmgr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
working-directory: tools/projmgr/distribution
270270

271271
- name: Attach zip archive to release assets
272-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
272+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
273273
with:
274274
repo_token: ${{ secrets.GITHUB_TOKEN }}
275275
file: tools/projmgr/distribution/projmgr.zip
@@ -301,7 +301,7 @@ jobs:
301301
working-directory: tools/testreport
302302

303303
- name: Attach test report archive to release assets
304-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
304+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
305305
with:
306306
repo_token: ${{ secrets.GITHUB_TOKEN }}
307307
file: tools/testreport/testreport.zip
@@ -320,7 +320,7 @@ jobs:
320320
working-directory: tools/coverage
321321

322322
- name: Attach coverage archive to release assets
323-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
323+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
324324
with:
325325
repo_token: ${{ secrets.GITHUB_TOKEN }}
326326
file: tools/coverage/coverage.zip

.github/workflows/svdconv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Attach svdconv binary to release
124124
if: ${{ github.event_name == 'release' }}
125-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
125+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
126126
with:
127127
repo_token: ${{ secrets.GITHUB_TOKEN }}
128128
tag: ${{ github.ref }}
@@ -346,7 +346,7 @@ jobs:
346346
working-directory: tools/svdconv/distribution
347347

348348
- name: Attach zip archive to release assets
349-
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
349+
uses: svenstaro/upload-release-action@ebd922b779f285dafcac6410a0710daee9c12b82 # v2
350350
with:
351351
repo_token: ${{ secrets.GITHUB_TOKEN }}
352352
file: tools/svdconv/distribution/svdconv.zip

0 commit comments

Comments
 (0)