File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 83
83
uses : actions/checkout@v5
84
84
85
85
- name : Install musl-tools incl. musl-gcc
86
- uses : awalsh128/cache-apt-pkgs-action@v1.5.1
86
+ uses : awalsh128/cache-apt-pkgs-action@v1
87
87
with :
88
88
# musl-tools provide `musl-gcc` which is required for `ring` which is required for `rustls` et al.
89
89
packages : musl-tools
@@ -124,7 +124,7 @@ jobs:
124
124
key : v1-${{ matrix.target }}
125
125
126
126
- name : Install Gleam
127
- uses : clechasseur/rs-cargo@v3
127
+ uses : clechasseur/rs-cargo@v4
128
128
with :
129
129
command : install
130
130
args : " --path gleam-bin --target ${{ matrix.target }} --debug --locked --force"
@@ -149,7 +149,7 @@ jobs:
149
149
if : ${{ matrix.run-integration-tests }}
150
150
151
151
- name : Run tests
152
- uses : clechasseur/rs-cargo@v3
152
+ uses : clechasseur/rs-cargo@v4
153
153
with :
154
154
command : test
155
155
# We only want to run the `test-output` when running integration tests.
@@ -430,7 +430,7 @@ jobs:
430
430
rebar3-version : " 3"
431
431
432
432
- name : Download Gleam binary from previous job
433
- uses : actions/download-artifact@v4
433
+ uses : actions/download-artifact@v5
434
434
with :
435
435
name : gleam
436
436
path : ./test
Original file line number Diff line number Diff line change 91
91
92
92
steps :
93
93
- name : Download Artifacts
94
- uses : actions/download-artifact@v4
94
+ uses : actions/download-artifact@v5
95
95
with :
96
96
pattern : release-*
97
97
merge-multiple : true
You can’t perform that action at this time.
0 commit comments