Revert "Artifacts: Update all workflows to use Artifacts V4"

This commit is contained in:
Jacob Wallraff
2024-07-30 10:17:07 -07:00
committed by GitHub
parent cf76f82ab8
commit 47f69d786f
10 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -59,7 +59,7 @@ jobs:
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/myapp
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: .net-app
path: ${{env.DOTNET_ROOT}}/myapp
@@ -75,7 +75,7 @@ jobs:
steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: .net-app