Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4 (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2024
1 parent 4cc104e commit ff9deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
node-version: "18"

- name: Download compilation results # From the build step
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: compilation-results

Expand Down

0 comments on commit ff9deb6

Please sign in to comment.