Skip to content

Commit 4671a2f

Browse files
committed
attempting to fix build pipeline
1 parent 18a1114 commit 4671a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cleavr_1e8oego0ma.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ jobs:
5656

5757
- name: Upload artifact
5858
id: upload-artifact
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: '${{ steps.artifact.outputs.formattedTime }}'
6262
path: build/
63+
overwrite: true
6364
if-no-files-found: error
6465
include-hidden-files: true
6566

0 commit comments

Comments
 (0)