Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 2cac114 commit e961dc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
# with:
# creds: ${{ secrets.AZURE_SP_PROBOT }}
# - name: Download webapp artifact
# uses: actions/download-artifact@v3
# uses: actions/download-artifact@v4
# with:
# name: probot
# - name: Deploy probot to Azure WebApp
Expand Down Expand Up @@ -185,22 +185,22 @@ jobs:

#Download the artifacts from GitHub
- name: Download serviceapp artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: serviceapp
path: serviceapp
- name: Download webapp artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: webapp
path: webapp
- name: Download webapp artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: functionapp
path: functionapp
- name: Download functionaltests artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: functionaltests
path: functionaltests
Expand Down

0 comments on commit e961dc0

Please sign in to comment.