Skip to content

Commit 4e70d58

Browse files
chore(deps): bump actions/upload-artifact from 3 to 4 (#2723)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 493285b commit 4e70d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
npm run force-webui-download
6767
6868
- name: Attach cached ipfs-webui to Github Action
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: ipfs-webui
7272
path: assets/webui
@@ -250,7 +250,7 @@ jobs:
250250
# - action artifacts can be downloaded for 90 days, then are removed by github
251251
# - binaries in PRs from forks won't be signed
252252
- name: Attach produced packages to Github Action
253-
uses: actions/upload-artifact@v3
253+
uses: actions/upload-artifact@v4
254254
with:
255255
name: dist-${{ matrix.os }}
256256
path: dist/*esktop*.*

0 commit comments

Comments
 (0)