Skip to content

Commit 911ac81

Browse files
⬆️ build(deps): bump actions/upload-artifact from 4 to 7 (#747)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e75aef6 commit 911ac81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
tar -czf dist/websurfx-${{ matrix.asset_suffix }}.tar.gz -C staging .
106106
sha256sum dist/websurfx-${{ matrix.asset_suffix }}.tar.gz > dist/websurfx-${{ matrix.asset_suffix }}.tar.gz.sha256
107107
- name: Upload Linux artifact
108-
uses: actions/upload-artifact@v4
108+
uses: actions/upload-artifact@v7
109109
with:
110110
name: websurfx-${{ matrix.asset_suffix }}
111111
path: dist/*

0 commit comments

Comments
 (0)