Skip to content

Commit

Permalink
Fixing github artifact checkout issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
renemadsen committed Nov 9, 2024
1 parent eb60d72 commit a9960f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: main
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: items-planning-container
- run: docker load -i items-planning-container.tar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: main
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
name: items-planning-container
- run: docker load -i items-planning-container.tar
Expand Down

0 comments on commit a9960f1

Please sign in to comment.