Skip to content

Commit

Permalink
Merge pull request #168 from vlingo/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
VaughnVernon authored Sep 5, 2024
2 parents 7bab97f + 1d4e1a9 commit e0b41fc
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@v3
- uses: actions/download-artifact@v4.1.7
with:
name: designer.tar
path: .
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
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@v3
- uses: actions/download-artifact@v4.1.7
with:
name: designer.tar
path: dist/
Expand Down

0 comments on commit e0b41fc

Please sign in to comment.