Skip to content

Commit 726d74a

Browse files
austinvazquezdeadprogram
authored andcommitted
Upgrade GitHub actions packages from v2 to v3
Signed-off-by: Austin Vazquez <[email protected]>
1 parent ad544b5 commit 726d74a

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo ln -s /usr/local/xtensa-esp32-elf/bin/xtensa-esp32-elf-ld /usr/local/bin/xtensa-esp32-elf-ld
2929
rm xtensa-esp32-elf-gcc8_2_0-esp-2020r2-macos.tar.gz
3030
- name: Checkout
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232
with:
3333
submodules: true
3434
- name: Install Go

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: read
2121
steps:
2222
- name: Check out the repo
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3
2424
with:
2525
submodules: recursive
2626
- name: Set up Docker Buildx

.github/workflows/linux.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# We're not on a multi-user machine, so this is safe.
3030
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
3131
- name: Checkout
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@v3
3333
with:
3434
submodules: true
3535
- name: Cache Go
@@ -102,7 +102,7 @@ jobs:
102102
cp -p build/release.tar.gz /tmp/tinygo.linux-amd64.tar.gz
103103
cp -p build/release.deb /tmp/tinygo_amd64.deb
104104
- name: Publish release artifact
105-
uses: actions/upload-artifact@v2
105+
uses: actions/upload-artifact@v3
106106
with:
107107
name: linux-amd64-double-zipped
108108
path: |
@@ -114,7 +114,7 @@ jobs:
114114
needs: build-linux
115115
steps:
116116
- name: Checkout
117-
uses: actions/checkout@v2
117+
uses: actions/checkout@v3
118118
- name: Install Go
119119
uses: actions/setup-go@v3
120120
with:
@@ -125,7 +125,7 @@ jobs:
125125
curl https://wasmtime.dev/install.sh -sSf | bash
126126
echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
127127
- name: Download release artifact
128-
uses: actions/download-artifact@v2
128+
uses: actions/download-artifact@v3
129129
with:
130130
name: linux-amd64-double-zipped
131131
- name: Extract release tarball
@@ -152,7 +152,7 @@ jobs:
152152
runs-on: ubuntu-latest
153153
steps:
154154
- name: Checkout
155-
uses: actions/checkout@v2
155+
uses: actions/checkout@v3
156156
with:
157157
submodules: true
158158
- name: Install apt dependencies
@@ -174,7 +174,7 @@ jobs:
174174
go-version: '1.19'
175175
cache: true
176176
- name: Install Node.js
177-
uses: actions/setup-node@v2
177+
uses: actions/setup-node@v3
178178
with:
179179
node-version: '14'
180180
- name: Install wasmtime
@@ -260,7 +260,7 @@ jobs:
260260
needs: build-linux
261261
steps:
262262
- name: Checkout
263-
uses: actions/checkout@v2
263+
uses: actions/checkout@v3
264264
- name: Install apt dependencies
265265
run: |
266266
sudo apt-get update
@@ -326,7 +326,7 @@ jobs:
326326
run: |
327327
make CROSS=arm-linux-gnueabihf
328328
- name: Download amd64 release
329-
uses: actions/download-artifact@v2
329+
uses: actions/download-artifact@v3
330330
with:
331331
name: linux-amd64-double-zipped
332332
- name: Extract amd64 release
@@ -343,7 +343,7 @@ jobs:
343343
cp -p build/release.tar.gz /tmp/tinygo.linux-arm.tar.gz
344344
cp -p build/release.deb /tmp/tinygo_armhf.deb
345345
- name: Publish release artifact
346-
uses: actions/upload-artifact@v2
346+
uses: actions/upload-artifact@v3
347347
with:
348348
name: linux-arm-double-zipped
349349
path: |
@@ -359,7 +359,7 @@ jobs:
359359
needs: build-linux
360360
steps:
361361
- name: Checkout
362-
uses: actions/checkout@v2
362+
uses: actions/checkout@v3
363363
- name: Install apt dependencies
364364
run: |
365365
sudo apt-get update
@@ -423,7 +423,7 @@ jobs:
423423
run: |
424424
make CROSS=aarch64-linux-gnu
425425
- name: Download amd64 release
426-
uses: actions/download-artifact@v2
426+
uses: actions/download-artifact@v3
427427
with:
428428
name: linux-amd64-double-zipped
429429
- name: Extract amd64 release
@@ -440,7 +440,7 @@ jobs:
440440
cp -p build/release.tar.gz /tmp/tinygo.linux-arm64.tar.gz
441441
cp -p build/release.deb /tmp/tinygo_arm64.deb
442442
- name: Publish release artifact
443-
uses: actions/upload-artifact@v2
443+
uses: actions/upload-artifact@v3
444444
with:
445445
name: linux-arm64-double-zipped
446446
path: |

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
scoop install ninja binaryen
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
with:
2828
submodules: true
2929
- name: Install Go
@@ -91,7 +91,7 @@ jobs:
9191
# - have a dobule-zipped artifact when downloaded from the UI
9292
# - have a very slow artifact upload
9393
# We're doing the former here, to keep artifact uploads fast.
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v3
9595
with:
9696
name: release-double-zipped
9797
path: build/release/release.zip

0 commit comments

Comments
 (0)