diff options
| author | 2024-09-12 16:12:08 -0400 | |
|---|---|---|
| committer | 2024-09-12 16:12:08 -0400 | |
| commit | 0dc9a6acb069d66657fe10bc1dd617f096346171 (patch) | |
| tree | 15226571ff50212e8a51dc29e8a970a8b89eefe3 | |
| parent | Update build.yml to artifact v4 (diff) | |
Update build.yml checkout v4
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33df66f..a05697e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up dependencies run: | |
