Skip to content

Commit 4ea2525

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 bc945db commit 4ea2525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
./cake
4646
- name: Upload artifacts
4747
if: always()
48-
uses: actions/[email protected].1
48+
uses: actions/[email protected].2
4949
with:
5050
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
5151
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
subject-path: out/pkg/release/*.nupkg
3838
- name: Upload artifacts
3939
if: always()
40-
uses: actions/[email protected].1
40+
uses: actions/[email protected].2
4141
with:
4242
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
4343
path: |

0 commit comments

Comments
 (0)