Skip to content

Commit abc0626

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.3...v4.5.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 9795bdc commit abc0626

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

0 commit comments

Comments
 (0)