diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:45:49 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:45:49 +0100 |
| commit | 4427fd14f2f0965ddad7f35661b6c66c5363822e (patch) | |
| tree | cf0d9accd1b882ca3727cd01398da439e6732797 /.github/workflows/test.yml | |
| parent | 8be555e5f91c6069c3d51cb014f1849fd182b1dc (diff) | |
Workflows: change @v2 to @v3
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9fe694..82fc63a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: with: go-version: ^1.15 - run: make - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: shared-lib path: exports/lib/ |
