diff --git a/install-docker-server-and-python-packages/action.yml b/install-docker-server-and-python-packages/action.yml index 695a9ce..7f9b02b 100644 --- a/install-docker-server-and-python-packages/action.yml +++ b/install-docker-server-and-python-packages/action.yml @@ -95,7 +95,7 @@ runs: - name: "Upload wheel to artifacts" if: inputs.wheel == 'true' - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ inputs.PACKAGE_NAME }}-v${{ steps.version.outputs.VERSION }}_wheel path: ./dist/* @@ -114,7 +114,7 @@ runs: - name: "Upload wheelhouse to artifacts" if: inputs.wheelhouse == 'true' - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ inputs.PACKAGE_NAME }}-v${{ steps.version.outputs.VERSION }}-wheelhouse-${{ runner.os }}-${{ inputs.python-version }} path: '*.zip'