Skip to content

Commit

Permalink
Merge pull request #141 from NielsPilgaard/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.3.6

Bump actions/upload-artifact from 4.3.5 to 4.3.6
  • Loading branch information
NielsPilgaard authored Aug 7, 2024
2 parents 8061adc + ddb3f0a commit ef38928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
publish-profile: ${{ env.AZURE_WEBAPP_PUBLISH_PROFILE }}
- name: Publish Artifacts
uses: actions/upload-artifact@v4.3.5
uses: actions/upload-artifact@v4.3.6
with:
name: webapp
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 comments on commit ef38928

Please sign in to comment.