Skip to content

Commit a0be52f

Browse files
build(deps): bump actions/upload-artifact from 6 to 7 (#1036)
1 parent 316bfc6 commit a0be52f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: go
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v6
22+
uses: actions/upload-artifact@v7
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

.github/workflows/go-versions-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
./test-go-versions.sh --output ./test-results $VERSIONS
2929
3030
- name: Upload test results
31-
uses: actions/upload-artifact@v6
31+
uses: actions/upload-artifact@v7
3232
with:
3333
name: go-versions-test-results
3434
path: |

0 commit comments

Comments
 (0)