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 e0b41fc commit 84b4a3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
needs: build
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: designer.tar
path: .
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: designer.zip
path: .
Expand Down Expand Up @@ -115,7 +115,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: designer.tar
path: dist/
Expand Down

0 comments on commit 84b4a3d

Please sign in to comment.