Skip to content

Commit

Permalink
Updated version used of actions/download-artifact to @V3
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Feb 7, 2024
1 parent f87df82 commit b3f06e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ jobs:
echo 'releaseName=Nightly' >> $GITHUB_ENV
echo 'releaseTagName=nightly' >> $GITHUB_ENV
- name: Download Build Artifact (windows-latest)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: adeptls-windows
- name: Download Build Artifact (macos-latest)
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: adeptls-macos
- name: Download Build Artifact (ubuntu-latest)
Expand Down

0 comments on commit b3f06e0

Please sign in to comment.