diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index d637a99..61453df 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -98,13 +98,13 @@ jobs: steps: - name: Download x86 executable as artifact # https://github.com/actions/download-artifact - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: events2dolphin-x86.exe - name: Download x64 executable as artifact # https://github.com/actions/download-artifact - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 with: name: events2dolphin.exe