diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 765b24f6..ede61b54 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -26,7 +26,7 @@ jobs: run: yarn turbo build - name: Upload Build - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: name: build-assets path: | diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index a41a5d8c..b491935f 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -78,7 +78,7 @@ jobs: run: yarn test:e2e - name: Upload Test Results - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f if: always() env: WASH_VERSION: ${{ matrix.wash }} diff --git a/.github/workflows/examples_component.yml b/.github/workflows/examples_component.yml index 0ff15cbf..fc662a5a 100644 --- a/.github/workflows/examples_component.yml +++ b/.github/workflows/examples_component.yml @@ -99,7 +99,7 @@ jobs: run: npm run test - name: upload - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: ${{ inputs.folder }}-wasm-bin path: ./examples/components/${{ inputs.folder }}/${{ inputs.build-path }}/${{ inputs.wasm-bin }} diff --git a/.github/workflows/tag-push_washboard-ui.yml b/.github/workflows/tag-push_washboard-ui.yml index 1ecadd7c..1cc61b6e 100644 --- a/.github/workflows/tag-push_washboard-ui.yml +++ b/.github/workflows/tag-push_washboard-ui.yml @@ -20,7 +20,7 @@ jobs: run: yarn turbo build --filter=washboard-ui - name: Upload Build - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f with: name: build-assets path: ./**/dist/