Skip to content

Commit d8f21e3

Browse files
committed
ci: ugrade GH actions versions
1 parent fe8b6e3 commit d8f21e3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/wpt.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
with:
6161
fetch-depth: 0
6262
token: ${{ secrets.GH_CI_PAT }}
@@ -80,7 +80,7 @@ jobs:
8080
echo "${{github.sha}}" > commit.txt
8181
8282
- name: upload artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: wpt-results
8686
path: |
@@ -104,7 +104,7 @@ jobs:
104104

105105
steps:
106106
- name: download artifact
107-
uses: actions/download-artifact@v3
107+
uses: actions/download-artifact@v4
108108
with:
109109
name: wpt-results
110110

.github/workflows/zig-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
zig_fmt_errs: ${{ steps.fmt.outputs.zig_fmt_errs }}
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/zig-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
password: ${{ secrets.GITHUB_TOKEN }}
5555

5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 0
6060
token: ${{ secrets.GH_CI_PAT }}
@@ -80,7 +80,7 @@ jobs:
8080
password: ${{ secrets.GITHUB_TOKEN }}
8181

8282
steps:
83-
- uses: actions/checkout@v3
83+
- uses: actions/checkout@v4
8484
with:
8585
fetch-depth: 0
8686
token: ${{ secrets.GH_CI_PAT }}
@@ -106,7 +106,7 @@ jobs:
106106
password: ${{ secrets.GITHUB_TOKEN }}
107107

108108
steps:
109-
- uses: actions/checkout@v3
109+
- uses: actions/checkout@v4
110110
with:
111111
fetch-depth: 0
112112
token: ${{ secrets.GH_CI_PAT }}
@@ -123,7 +123,7 @@ jobs:
123123
echo "${{github.sha}}" > commit.txt
124124
125125
- name: upload artifact
126-
uses: actions/upload-artifact@v3
126+
uses: actions/upload-artifact@v4
127127
with:
128128
name: bench-results
129129
path: |
@@ -147,7 +147,7 @@ jobs:
147147

148148
steps:
149149
- name: download artifact
150-
uses: actions/download-artifact@v3
150+
uses: actions/download-artifact@v4
151151
with:
152152
name: bench-results
153153

0 commit comments

Comments
 (0)