Skip to content

Commit 2ea9d1c

Browse files
update upload-artifact to fix pipeline
1 parent f23bf92 commit 2ea9d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
docker ps | grep ${{ steps.meta.outputs.tags }} | cut -d" " -f1 | xargs docker rm -f
7979
8080
- name: Archive Mayhem for API report
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: reports
8484
path: |

0 commit comments

Comments
 (0)