Skip to content

Commit

Permalink
Update actions/upload-pages-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 25, 2023
1 parent c6628dc commit 7c6c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: dotnet publish -c Release
working-directory: ./LiftLog.Web
- name: Upload pages
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./LiftLog.Web/bin/Release/net8.0/publish/wwwroot
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 7c6c22b

Please sign in to comment.