Skip to content

Commit d7fda44

Browse files
build(deps): bump actions/upload-artifact from 5 to 7 (#658)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7272f2d commit d7fda44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
nj-cli build -o ./dist/${{matrix.target}} --release --target ${{matrix.target}}
6060
6161
- name: "Upload Artifact - ${{matrix.os}} for ${{matrix.target}}"
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: ${{matrix.target}}
6565
path: ./dist/${{matrix.target}}

0 commit comments

Comments
 (0)