Skip to content

Commit

Permalink
Merge pull request #130 from turkdevops/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-3

chore(deps): bump actions/download-artifact from 2 to 3
  • Loading branch information
devkadirselcuk authored Aug 3, 2022
2 parents c969f27 + 63b1194 commit 9adb613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
node-version: '14'
cache: 'npm'
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: action-dist
path: integrations/action/dist
Expand Down Expand Up @@ -93,13 +93,13 @@ jobs:
with:
node-version: '14'
cache: 'npm'
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: action-dist
path: integrations/action/dist
- run: npm i -g npm@7
- run: npm ci
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: buildkite-bin
path: integrations/check-run-reporter-buildkite-plugin/bin
Expand Down

0 comments on commit 9adb613

Please sign in to comment.