Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 36af583

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b53b89b commit 36af583

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
./cake -c ${{ matrix.cfg }}
5353
- name: Upload artifacts
5454
if: always()
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cfg }}
5858
path: |

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
subject-path: out/pkg/dotnet/debug/*.nupkg
4343
- name: Upload artifacts
4444
if: always()
45-
uses: actions/[email protected].1
45+
uses: actions/[email protected].2
4646
with:
4747
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
4848
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
out/pkg/vs*/*.vsix
4747
- name: Upload artifacts
4848
if: always()
49-
uses: actions/[email protected].1
49+
uses: actions/[email protected].2
5050
with:
5151
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
5252
path: |

0 commit comments

Comments
 (0)