Skip to content

Commit 2c3f8a3

Browse files
Build(deps): Bump actions/upload-artifact from 3 to 4 (#1598)
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 8bc48a9 commit 2c3f8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
- name: Generate a profile
224224
run: nox -s profile
225225
continue-on-error: true
226-
- uses: actions/upload-artifact@v3
226+
- uses: actions/upload-artifact@v4
227227
with:
228228
name: profile-results
229229
path: profile.svg

0 commit comments

Comments
 (0)