We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcf525 commit 246d028Copy full SHA for 246d028
2 files changed
.github/workflows/ci.yaml
@@ -406,7 +406,7 @@ jobs:
406
- run: cargo build
407
408
- name: Upload artifact (Ubuntu)
409
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
410
with:
411
name: gleam
412
path: target/debug/gleam
@@ -436,7 +436,7 @@ jobs:
436
rebar3-version: "3"
437
438
- name: Download Gleam binary from previous job
439
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
440
441
442
path: ./test
.github/workflows/release.yaml
@@ -90,7 +90,7 @@ jobs:
90
91
steps:
92
- name: Download Artifacts
93
94
95
pattern: release-*
96
merge-multiple: true
0 commit comments