ci: ugrade GH actions versions

This commit is contained in:
Pierre Tachoire
2024-04-16 15:52:42 +02:00
parent fe8b6e3060
commit d8f21e3c67
3 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }} token: ${{ secrets.GH_CI_PAT }}
@@ -80,7 +80,7 @@ jobs:
echo "${{github.sha}}" > commit.txt echo "${{github.sha}}" > commit.txt
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: wpt-results name: wpt-results
path: | path: |
@@ -104,7 +104,7 @@ jobs:
steps: steps:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: wpt-results name: wpt-results

View File

@@ -35,7 +35,7 @@ jobs:
zig_fmt_errs: ${{ steps.fmt.outputs.zig_fmt_errs }} zig_fmt_errs: ${{ steps.fmt.outputs.zig_fmt_errs }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -54,7 +54,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }} token: ${{ secrets.GH_CI_PAT }}
@@ -80,7 +80,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }} token: ${{ secrets.GH_CI_PAT }}
@@ -106,7 +106,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.GH_CI_PAT }} token: ${{ secrets.GH_CI_PAT }}
@@ -123,7 +123,7 @@ jobs:
echo "${{github.sha}}" > commit.txt echo "${{github.sha}}" > commit.txt
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: bench-results name: bench-results
path: | path: |
@@ -147,7 +147,7 @@ jobs:
steps: steps:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: bench-results name: bench-results