File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 zip -r ../transactionprocessoracl.zip ./*
5757
5858 - name : Upload the artifact
59- uses : actions/upload-artifact@v3
59+ uses : actions/upload-artifact@v4.4.0
6060 with :
6161 name : transactionprocessoracl
6262 path : transactionprocessoracl.zip
@@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Download the artifact
111- uses : actions/download-artifact@v3
111+ uses : actions/download-artifact@v4.1.8
112112 with :
113113 name : transactionprocessoracl
114114
Original file line number Diff line number Diff line change 3434 - name : Run Integration Tests
3535 run : dotnet test "TransactionProcessorACL.IntegrationTests\TransactionProcessorACL.IntegrationTests.csproj" --filter Category=PRTest
3636
37- - uses : actions/upload-artifact@v2
37+ - uses : actions/upload-artifact@v4.4.0
3838 if : ${{ failure() }}
3939 with :
4040 name : tracelogs
You can’t perform that action at this time.
0 commit comments