Skip to content

Commit

Permalink
Merge pull request #33 from sympy/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-7137b7c593
  • Loading branch information
agriyakhetarpal authored Mar 1, 2025
2 parents fa809ca + f81f44c commit 98369df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: echo "live.sympy.org" > ./_output/CNAME

- name: Upload (dist)
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: jupyterlite-demo-dist-${{ github.run_number }}
path: ./_output
Expand All @@ -63,7 +63,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
with:
name: jupyterlite-demo-dist-${{ github.run_number }}
path: ./dist
Expand Down

0 comments on commit 98369df

Please sign in to comment.