Skip to content

Commit 864e5fd

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 4.5.0 to 4.6.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9f3f30 commit 864e5fd

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
@@ -44,7 +44,7 @@ jobs:
4444
./cake
4545
- name: Upload artifacts
4646
if: always()
47-
uses: actions/upload-artifact@v4.5.0
47+
uses: actions/upload-artifact@v4.6.0
4848
with:
4949
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
5050
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/upload-artifact@v4.5.0
40+
uses: actions/upload-artifact@v4.6.0
4141
with:
4242
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
4343
path: |

0 commit comments

Comments
 (0)