Skip to content

Commit

Permalink
Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timia2109 committed Feb 15, 2024
1 parent efb9621 commit 5e906e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest

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

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download build artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4
with:
name: backend-artifacts
path: build/
Expand Down

0 comments on commit 5e906e6

Please sign in to comment.