Skip to content

Commit

Permalink
Update download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Feb 15, 2025
1 parent 7151b34 commit 75381f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
fetch-depth: 0

- name: Download applet artifacts from GitHub
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: applet
path: _vsbuild
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifacts
path: _deploy
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
fetch-depth: 0

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts
path: artifacts
Expand Down

0 comments on commit 75381f4

Please sign in to comment.