diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9f87a9b99..1fe754faf 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@5d5d22a31266ced268874388b861e4b58bb5c2f3 + - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba with: name: mlr-${{matrix.os}} path: bin/${{matrix.os}}/*