diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e889b0b..22ff91877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: python-version: ["3.8", "3.9"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Get tag id: tag - run: echo ::set-output name=tag::${GITHUB_REF#refs/tags/} + run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 @@ -69,7 +69,7 @@ jobs: - name: Store dists (Python 3.9) if: steps.isLatest.outputs.result - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: dist path: dist