Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Try 3.0.2
  • Loading branch information
bitweeder authored Sep 3, 2024
1 parent 5f44a97 commit 7484593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,13 @@ jobs:

steps:
- name: Download artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3.0.2
with:
name: ${{ matrix.config.artifact }}
path: ./

- name: Download URL
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3.0.2
with:
name: upload_url
path: ./
Expand Down

0 comments on commit 7484593

Please sign in to comment.