Skip to content

Commit 7798e7d

Browse files
committed
fix upload artifact action version
1 parent 97945a6 commit 7798e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
run: ls -lR build
186186

187187
- name: Upload Artifact
188-
uses: actions/upload-artifact@v3
188+
uses: actions/upload-artifact@v5
189189
with:
190190
name: ${{ steps.job_vars.outputs.REPO_NAME }}
191191
path: |

0 commit comments

Comments
 (0)