diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b318f6bb9f..df5532c4e0 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@c7d193f32edcb7bfad88892161225aeda64e9392 + - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 with: name: mlr-${{matrix.os}} path: bin/${{matrix.os}}/*