Skip to content

Commit 0896225

Browse files
authored
Merge pull request #347 from lool/artifact-actions-node24
chore(ci): Update GH artifacts actions for Node24
2 parents 2887a13 + e6f7130 commit 0896225

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Upload
19-
uses: actions/upload-artifact@v4
19+
uses: actions/upload-artifact@v6
2020
with:
2121
name: Event File
2222
path: ${{ github.event_path }}

.github/workflows/debos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
echo "## Download URL" >> $GITHUB_STEP_SUMMARY
223223
echo "[${build_url}](${build_url})" >> $GITHUB_STEP_SUMMARY
224224
- name: Upload build URL
225-
uses: actions/upload-artifact@v4
225+
uses: actions/upload-artifact@v6
226226
with:
227227
name: build_url
228228
path: build_url

.github/workflows/lava-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
steps:
111111
- name: Download Artifacts
112-
uses: actions/download-artifact@v4
112+
uses: actions/download-artifact@v8.0.1
113113
with:
114114
path: artifacts
115115

.github/workflows/test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Download Artifacts
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v8.0.1
7575
with:
7676
path: artifacts
7777

7878
- name: Download event file
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v8.0.1
8080
with:
8181
run-id: ${{ github.event.workflow_run.id }}
8282
path: artifacts

0 commit comments

Comments
 (0)