diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 12c2168..acf9568 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -28,7 +28,7 @@ jobs: - name: Tests run: make test - name: Upload artifats - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: crc-admin-helper executables path: "out/**/*"