summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-02-27 06:15:57 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2026-02-27 09:49:42 +0100
commit7c3877921c69fc02f2ab076a71efea6899b481c0 (patch)
tree9f7bb94c00db1f07d0b3f230cac7abb0fc90ffd1
parent798dce5dd631da7947e4c49b3f6862a580b300e0 (diff)
downloadProject-Tick-7c3877921c69fc02f2ab076a71efea6899b481c0.tar.gz
Project-Tick-7c3877921c69fc02f2ab076a71efea6899b481c0.zip
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...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>
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/fuzz.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b9f25b7620..09ee0d6c3c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
shell: cmd
- name: Upload artifact
if: ${{ matrix.build_type == 'static' }}
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: cmark windows ${{ matrix.build_type }}
path: build/src/Debug/cmark.exe
diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml
index 0fa3bb6828..bbe45ee288 100644
--- a/.github/workflows/fuzz.yml
+++ b/.github/workflows/fuzz.yml
@@ -16,7 +16,7 @@ jobs:
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
if: failure()
with:
name: artifacts