Skip to content

Commit e209505

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 bc76ebc commit e209505

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
@@ -47,7 +47,7 @@ jobs:
4747
./cake
4848
- name: Upload artifacts
4949
if: always()
50-
uses: actions/upload-artifact@v4.4.3
50+
uses: actions/upload-artifact@v4.5.0
5151
with:
5252
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-Release
5353
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/release/*.nupkg
4343
- name: Upload artifacts
4444
if: always()
45-
uses: actions/upload-artifact@v4.4.3
45+
uses: actions/upload-artifact@v4.5.0
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
@@ -41,7 +41,7 @@ jobs:
4141
subject-path: out/pkg/release/*.nupkg
4242
- name: Upload artifacts
4343
if: always()
44-
uses: actions/upload-artifact@v4.4.3
44+
uses: actions/upload-artifact@v4.5.0
4545
with:
4646
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
4747
path: |

0 commit comments

Comments
 (0)