Skip to content

Commit

Permalink
chore(deps): update github artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2024
1 parent 6d6ba33 commit a21905e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/core-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet publish -c 'Release' --no-restore -o './published-app'
working-directory: 'Dan.Core'
- name: Upload artifact 'dan-core'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'dan-core'
path: Dan.Core/published-app
Expand All @@ -38,7 +38,7 @@ jobs:
needs: [build]
steps:
- name: 'Download artifact for dev'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'dan-core'
path: './downloaded-app'
Expand All @@ -65,7 +65,7 @@ jobs:
needs: [deploy-dev]
steps:
- name: 'Download artifact for staging'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'dan-core'
path: './downloaded-app'
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
needs: [swap-staging-prod]
steps:
- name: 'Download artifact for redeploy to staging'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: 'dan-core'
path: './downloaded-app'
Expand Down

0 comments on commit a21905e

Please sign in to comment.