Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4.1.7 in /.github/wo…
Browse files Browse the repository at this point in the history
…rkflows …" (#6095)

This reverts commit 431459a.
  • Loading branch information
brunobar79 authored and greg-schrammel committed Sep 11, 2024
1 parent 02f20e2 commit 883b311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macstadium-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
needs: install-deps
steps:
- name: Download Yarn cache
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: yarn-cache
path: .yarn
Expand All @@ -86,7 +86,7 @@ jobs:
needs: install-deps
steps:
- name: Download Yarn cache
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: yarn-cache
path: .yarn
Expand Down

0 comments on commit 883b311

Please sign in to comment.