Skip to content

Commit

Permalink
Updated upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcgarry authored Sep 17, 2024
1 parent f38e8d3 commit 005807b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet publish ${{env.PROJECT_PATH}} --no-build --configuration Release --output ${{env.OUTPUT_PATH}}

- name: Upload Publish artifact for deployment job
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: datenight-api
path: ${{env.OUTPUT_PATH}}
Expand Down

0 comments on commit 005807b

Please sign in to comment.