Skip to content

Commit 69edb84

Browse files
authored
uses: actions/upload-artifact@v4
1 parent 2e7d114 commit 69edb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
cd -
9393
mkdir -p ./sdcard/hardware/
9494
cp -r ./hwconfig/minidexed_* ./sdcard/minidexed.ini ./sdcard/hardware/
95-
- uses: actions/upload-artifact@v3
95+
- uses: actions/upload-artifact@v4
9696
with:
9797
name: ${{ env.artifactName }} # Exported above
9898
path: ./sdcard/*

0 commit comments

Comments
 (0)