Skip to content

Commit 823b3f6

Browse files
committed
test
1 parent 87d8e23 commit 823b3f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
bash tests/unit_test/verify.sh ${GITHUB_WORKSPACE}/oricutron/sdcard/
151151
152152
- name: Upload Artifact
153-
uses: actions/upload-artifact@v2
153+
uses: actions/upload-artifact@v4
154154
with:
155155
name: ${{ steps.job_vars.outputs.REPO_NAME }}
156156
path: |
@@ -162,8 +162,6 @@ jobs:
162162
mv ../cc65 . && mv ../orix-software . && mv ../orix-sdk . && mv ../md2hlp .
163163
ls -l
164164
165-
166-
167165
upload:
168166
needs: build
169167
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)