Skip to content

Commit 79f4588

Browse files
workflow fixes
1 parent fd53839 commit 79f4588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/createrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

0 commit comments

Comments
 (0)