Skip to content

Commit 1d4a5d0

Browse files
authored
Merge pull request #3615 from ikemen-engine/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 6 to 7
2 parents ddfabc7 + fb7d1c6 commit 1d4a5d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ jobs:
478478
479479
- name: Upload release artifacts
480480
if: ${{ steps.artifacts.outputs.artifact != '' }}
481-
uses: actions/upload-artifact@v6
481+
uses: actions/upload-artifact@v7
482482
with:
483483
name: release-${{ matrix.cfg.runner_os }}
484484
path: release-files/*

0 commit comments

Comments
 (0)