Skip to content

Commit

Permalink
Updated to use latest action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcgarry authored Sep 17, 2024
1 parent 005807b commit 31a7cc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{env.DOTNET_VERSION}}

Expand Down Expand Up @@ -54,13 +54,13 @@ jobs:

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: datenight-api

- name: Deploy to Azure Web App
id: deploy-to-webapp
uses: azure/webapps-deploy@v2
uses: azure/webapps-deploy@v3
with:
app-name: 'fmcgarry-datenight'
slot-name: 'production'
Expand Down

0 comments on commit 31a7cc7

Please sign in to comment.