Skip to content

Commit

Permalink
Merge pull request #20 from skst/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
skst authored Dec 20, 2023
2 parents 97afc4d + 925bf2c commit 808f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#about-workflow-artifacts
# https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload deployment folder as a build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{env.ARTIFACT_PACKAGE}}
path: ./release/
Expand Down

0 comments on commit 808f66c

Please sign in to comment.