Skip to content

Commit 246d028

Browse files
committed
Update actions
1 parent 1bcf525 commit 246d028

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
- run: cargo build
407407

408408
- name: Upload artifact (Ubuntu)
409-
uses: actions/upload-artifact@v6
409+
uses: actions/upload-artifact@v7
410410
with:
411411
name: gleam
412412
path: target/debug/gleam
@@ -436,7 +436,7 @@ jobs:
436436
rebar3-version: "3"
437437

438438
- name: Download Gleam binary from previous job
439-
uses: actions/download-artifact@v7
439+
uses: actions/download-artifact@v8
440440
with:
441441
name: gleam
442442
path: ./test

.github/workflows/release.yaml

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

9191
steps:
9292
- name: Download Artifacts
93-
uses: actions/download-artifact@v7
93+
uses: actions/download-artifact@v8
9494
with:
9595
pattern: release-*
9696
merge-multiple: true

0 commit comments

Comments
 (0)