Skip to content

Commit 9495cb2

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41ed445 commit 9495cb2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v7.0.0
50+
uses: actions/upload-artifact@v7.0.1
5151
with:
5252
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}
5353
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@v7.0.0
40+
uses: actions/upload-artifact@v7.0.1
4141
with:
4242
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
4343
path: |

0 commit comments

Comments
 (0)