Skip to content

Commit 9e402bf

Browse files
dependabot[bot]michaelmior
authored andcommitted
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](actions/upload-artifact@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>
1 parent 5d7df4d commit 9e402bf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bowtie.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Generate Bowtie report
3939
run: (cd bowtie; bowtie report -b badges bowtie.json)
4040
- name: Upload report artifact
41-
uses: actions/upload-artifact@v6
41+
uses: actions/upload-artifact@v7
4242
with:
4343
name: bowtie-report
4444
path: bowtie/

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
run: sbt assembly
104104
- name: Upload JAR
105-
uses: actions/upload-artifact@v6
105+
uses: actions/upload-artifact@v7
106106
with:
107107
name: jsonoid-discovery.jar
108108
if-no-files-found: error

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
-dict=fuzz/test/resources/json.dict \
5353
target/jsonoid-schemas || code=$?; \
5454
if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi
55-
- uses: actions/upload-artifact@v6
55+
- uses: actions/upload-artifact@v7
5656
with:
5757
name: crash
5858
path: |

0 commit comments

Comments
 (0)