diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index c297cac8a5..0b79d07b81 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -36,12 +36,12 @@ jobs: make zip ls -al dist - name: Upload packed files to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts-source-pack path: ./dist/* - name: Upload packed files to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts-all path: ./dist/* @@ -118,7 +118,7 @@ jobs: name: build-artifacts-${{ runner.os }}-cp${{ matrix.python }}-${{ matrix.architecture }} path: ./dist/* - name: Upload packed files to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: build-artifacts-all path: ./dist/*