Skip to content

Commit 0b9e4ae

Browse files
authored
Merge pull request #1305 from PyThaiNLP/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 6363c61 + d0ed2aa commit 0b9e4ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/clusterfuzzlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Upload crash artifacts
113113
if: failure() && steps.run.outcome == 'failure'
114-
uses: actions/upload-artifact@v4
114+
uses: actions/upload-artifact@v7
115115
with:
116116
name: ${{ matrix.sanitizer }}-pr-artifacts
117117
path: ./out/artifacts
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: Upload crash artifacts
192192
if: failure() && steps.run.outcome == 'failure'
193-
uses: actions/upload-artifact@v4
193+
uses: actions/upload-artifact@v7
194194
with:
195195
name: ${{ matrix.sanitizer }}-batch-artifacts
196196
path: ./out/artifacts

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: twine check dist/*
9090

9191
- name: Store distributions
92-
uses: actions/upload-artifact@v6
92+
uses: actions/upload-artifact@v7
9393
with:
9494
path: dist
9595

0 commit comments

Comments
 (0)