Skip to content

Commit be0ded3

Browse files
committed
Upload deps
1 parent 69890d3 commit be0ded3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
rebar3-version: "3"
105105

106106
- name: Setup Node
107-
uses: actions/setup-node@v5
107+
uses: actions/setup-node@v6
108108
with:
109109
node-version: "20"
110110

@@ -319,7 +319,7 @@ jobs:
319319
toolchain: stable
320320
target: wasm32-unknown-unknown
321321

322-
- uses: actions/setup-node@v5
322+
- uses: actions/setup-node@v6
323323
with:
324324
node-version: "20"
325325

@@ -400,7 +400,7 @@ jobs:
400400
- run: cargo build
401401

402402
- name: Upload artifact (Ubuntu)
403-
uses: actions/upload-artifact@v4
403+
uses: actions/upload-artifact@v5
404404
with:
405405
name: gleam
406406
path: target/debug/gleam
@@ -430,7 +430,7 @@ jobs:
430430
rebar3-version: "3"
431431

432432
- name: Download Gleam binary from previous job
433-
uses: actions/download-artifact@v5
433+
uses: actions/download-artifact@v6
434434
with:
435435
name: gleam
436436
path: ./test

.github/workflows/release.yaml

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

9292
steps:
9393
- name: Download Artifacts
94-
uses: actions/download-artifact@v5
94+
uses: actions/download-artifact@v6
9595
with:
9696
pattern: release-*
9797
merge-multiple: true

0 commit comments

Comments
 (0)