Skip to content

Commit 3c3f1ae

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adc9b78 commit 3c3f1ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: ren .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe
2828

2929
- name: Upload Artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v7
3131
with:
3232
name: BoneFish-Debug
3333
path: .\Bloxstrap\bin\Debug\net6.0-windows\win-x64\publish\BoneFish.exe

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ren .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\Fishstrap.exe BoneFish.exe
3131

3232
- name: Upload Artifact
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: BoneFish-Release
3636
path: .\Bloxstrap\bin\Release\net6.0-windows\win-x64\publish\BoneFish.exe

0 commit comments

Comments
 (0)