We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5916e commit abbb825Copy full SHA for abbb825
.github/workflows/ci-cd-prod.yml
@@ -74,7 +74,7 @@ jobs:
74
75
steps:
76
- name: Download artifact from build job
77
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
78
with:
79
name: .net-app
80
path: ./drop
.github/workflows/pull-request.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4
49
50
- name: Download all test results
51
52
continue-on-error: true
53
54
path: ./test-results
0 commit comments