Skip to content

Commit f7dfeba

Browse files
authored
RSDK-9218: Change all of the artifacts to v4. (viamrobotics#4535)
1 parent 06ea178 commit f7dfeba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/appimage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- uses: actions/checkout@v4
141141
with:
142142
ref: ${{ github.event == 'pull_request_target' && github.event.pull_request.head.sha || github.ref }}
143-
- uses: actions/download-artifact@v3
143+
- uses: actions/download-artifact@v4
144144
with:
145145
name: appimage-static-32bit
146146
path: bin/
@@ -240,7 +240,7 @@ jobs:
240240
- name: Set up Cloud SDK
241241
uses: google-github-actions/setup-gcloud@v1
242242

243-
- uses: actions/download-artifact@v3
243+
- uses: actions/download-artifact@v4
244244
with:
245245
name: appimage-armhf
246246
path: etc/packaging/appimages/deploy

.github/workflows/code-coverage-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
if: ${{ github.event.workflow_run.event == 'pull_request_target' && github.event.workflow_run.conclusion == 'success' }}
1313
steps:
1414
- name: Download Code Coverage
15-
uses: dawidd6/action-download-artifact@v2
15+
uses: actions/download-artifact@v4
1616
with:
17-
run_id: ${{ github.event.workflow_run.id }}
17+
run-id: ${{ github.event.workflow_run.id }}
1818
name: pr-code-coverage
1919

2020
- name: Restore Environment

.github/workflows/motion-benchmarks-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
if: ${{ github.event.workflow_run.event == 'pull_request_target' && github.event.workflow_run.conclusion == 'success' }}
1313
steps:
1414
- name: Download Motion Benchmarks
15-
uses: dawidd6/action-download-artifact@v2
15+
uses: actions/download-artifact@v4
1616
with:
17-
run_id: ${{ github.event.workflow_run.id }}
17+
run-id: ${{ github.event.workflow_run.id }}
1818
name: pr-motion-benchmark
1919

2020
- name: Restore Environment

0 commit comments

Comments
 (0)