Skip to content

Commit 61d0aca

Browse files
committed
ci: update actions/ workflow actions
1 parent 47e5928 commit 61d0aca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# ----------------------------------- Setup ------------------------------ #
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- uses: dart-lang/setup-dart@v1
2525

2626
- name: Setup Linux build requirements
@@ -44,6 +44,6 @@ jobs:
4444
(cd package/ && tar -zcvf ../output/vscode_runner.tar.gz .)
4545
4646
- name: Upload artifacts to workflow
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
path: output/vscode_runner.tar.gz

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
runs-on: "ubuntu-latest"
3232

3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535

3636
- name: Download artifacts
37-
uses: actions/download-artifact@v3
37+
uses: actions/download-artifact@v4
3838
with:
3939
path: artifacts
4040

0 commit comments

Comments
 (0)