Skip to content

Commit

Permalink
Revert to actions/download-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
VaughnVernon committed Sep 5, 2024
1 parent a4a4dc3 commit 3c372fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
echo "push=${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && github.repository_owner == 'vlingo' }}" >> $GITHUB_OUTPUT
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: JARs
path: target/
Expand Down

0 comments on commit 3c372fa

Please sign in to comment.