Skip to content

Commit c4bba72

Browse files
github-actions[bot]RadxaYuntian
authored andcommitted
chore: templates generated by RadxaOS-SDK/rsdk@40f9df0
1 parent 673e6f8 commit c4bba72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "artifacts_path=$(realpath ..)" | tee -a "$GITHUB_OUTPUT"
4747
shell: "bash"
4848
- name: "Upload artifacts"
49-
uses: "actions/upload-artifact@v5"
49+
uses: "actions/upload-artifact@v6"
5050
with:
5151
name: "${{ github.event.repository.name }}"
5252
path: |
@@ -73,7 +73,7 @@ jobs:
7373
- name: "Checkout"
7474
uses: "actions/checkout@v6"
7575
- name: "Download generated debs"
76-
uses: "actions/download-artifact@v6"
76+
uses: "actions/download-artifact@v7"
7777
with:
7878
name: "${{ github.event.repository.name }}"
7979
path: ".artifacts"

0 commit comments

Comments
 (0)