From 03b95387651bc82439d5ea59137f55f139bcc805 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 3 May 2022 01:06:40 -0400 Subject: [PATCH] Update cd.yml --- .github/workflows/cd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 35294e53..5fe0c1b6 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -14,7 +14,7 @@ jobs: dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 @@ -32,18 +32,18 @@ jobs: name: ZipApp runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: excitedleigh/setup-nox@v2.0.0 + - uses: excitedleigh/setup-nox@main with: python-version: 3.7 - name: Make ZipApp run: nox -s zipapp - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: name: zipapp path: particle.pyz @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'release' && github.event.action == 'published' steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: artifact path: dist