Skip to content

Commit

Permalink
cd: revert to using actions/download-artifact (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fingertips18 authored Jan 18, 2025
1 parent 362ac2a commit eb98f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Build Artifact
uses: dawidd6/action-download-artifact@v7
uses: actions/download-artifact@v4
with:
name: dist-artifact
github-token: ${{ github.token }}
Expand Down

0 comments on commit eb98f90

Please sign in to comment.