Skip to content

Commit

Permalink
Fix actions (#557)
Browse files Browse the repository at this point in the history
* fix the subscription when plan has expired

* updated of download artifact action to v4
  • Loading branch information
ClaraLpresta authored Sep 13, 2024
1 parent 446dda7 commit 151303a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
needs: build
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}

Expand All @@ -92,7 +92,7 @@ jobs:
needs: build
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: ${{ github.event.repository.name }}

Expand Down

0 comments on commit 151303a

Please sign in to comment.