Skip to content

Commit

Permalink
Merge pull request #1755 from statisticsnorway/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/dawidd6/action-download-artifact-2.26.0

Bump dawidd6/action-download-artifact from 2.24.3 to 2.26.0
  • Loading branch information
johnnadeluy authored Mar 23, 2023
2 parents 543372e + 1fc7005 commit ea8be4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy_to_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.24.3
uses: dawidd6/action-download-artifact@v2.26.0
with:
workflow: deploy_to_qa.yaml
branch: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy_to_qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.24.3
uses: dawidd6/action-download-artifact@v2.26.0
with:
workflow: deploy_to_qa.yaml
branch: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual_deploy_to_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download workflow artifact
uses: dawidd6/action-download-artifact@v2.24.3
uses: dawidd6/action-download-artifact@v2.26.0
with:
workflow: deploy_to_test.yaml
run_number: ${{ github.event.inputs.gh_run_number }}
Expand Down

0 comments on commit ea8be4f

Please sign in to comment.