diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 04a9f7c45..428c57a4d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: if: matrix.os == 'windows-latest' run: mkdir -p bin/${{matrix.os}} && cp mlr.exe bin/${{matrix.os}} - - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 + - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 with: name: mlr-${{matrix.os}} path: bin/${{matrix.os}}/*