Skip to content

Commit 3c372fa

Browse files
committed
Revert to actions/download-artifact@v3
1 parent a4a4dc3 commit 3c372fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
echo "created=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
8989
echo "push=${{ (startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master') && github.repository_owner == 'vlingo' }}" >> $GITHUB_OUTPUT
9090
91-
- uses: actions/download-artifact@v4.1.7
91+
- uses: actions/download-artifact@v3
9292
with:
9393
name: JARs
9494
path: target/

0 commit comments

Comments
 (0)