diff --git a/.github/workflows/build_publish.yml b/.github/workflows/build_publish.yml index e40d203..3ba4edd 100644 --- a/.github/workflows/build_publish.yml +++ b/.github/workflows/build_publish.yml @@ -97,7 +97,7 @@ jobs: - name: Install dependencies run: npm install - name: Download build artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: build path: ./dist diff --git a/.github/workflows/lint_format_test.yaml b/.github/workflows/lint_format_test.yaml index 4671fcf..01899d3 100644 --- a/.github/workflows/lint_format_test.yaml +++ b/.github/workflows/lint_format_test.yaml @@ -126,7 +126,7 @@ jobs: - name: Check out repository uses: actions/checkout@v4 - name: Download test coverage artifact - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.1.7 with: name: coverage path: ./coverage