Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/generate-redirector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
fi

- name: "Upload ${{ matrix.platform }} index"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: ${{ matrix.platform }}
path: destination
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
fi

- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: debs-beta-${{ env.SERVER_ID }}
path: status
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
fi

- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: debs-${{ env.SERVER_ID }}
path: status
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
fi

- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: dl-${{ env.SERVER_ID }}
path: status
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
fi

- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: archive-${{ env.SERVER_ID }}
path: status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-release-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
echo "<p><br>Stay up to date with the latest Armbian news, development highlights, and tips — delivered straight to your inbox." >> summary.md

- name: Upload raw data (artifacts)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: pr-digest
path: out/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
EOT
python3 split.py
- name: "Upload JSON parts"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: parts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wireless-performance-autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:

- name: "Upload test summary"
timeout-minutes: 3
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: test-${{ env.DEVICE }}
path: test
Expand Down