Skip to content

Commit 0c8c66d

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#75)
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 b4863da commit 0c8c66d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightlies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
fi
305305
306306
- name: Upload source archive to artifacts
307-
uses: actions/upload-artifact@v3
307+
uses: actions/upload-artifact@v4
308308
with:
309309
name: 'nim-${{ matrix.setting.commit }}'
310310
path: nim/output/*
@@ -438,7 +438,7 @@ jobs:
438438
fi
439439
440440
- name: Upload binaries to artifacts
441-
uses: actions/upload-artifact@v3
441+
uses: actions/upload-artifact@v4
442442
with:
443443
name: 'binaries-${{ matrix.setting.branch }}-${{ matrix.setting.commit }}'
444444
path: '${{ steps.release.outputs.artifact_nativepath }}'

0 commit comments

Comments
 (0)