diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fab2fa8bb..2d8b0c05c 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@604373da6381bf24206979c74d06a550515601b9 + - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 with: name: mlr-${{matrix.os}} path: bin/${{matrix.os}}/*