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 0164e52 commit 4032ccaCopy full SHA for 4032cca
.github/workflows/go-getter.yml
@@ -81,7 +81,7 @@ jobs:
81
82
# Save coverage report parts
83
- name: Upload and save artifacts
84
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
85
with:
86
name: linux test results
87
path: linux_cov.part
@@ -150,7 +150,7 @@ jobs:
150
151
152
153
154
155
name: windows test results
156
path: win_cov.part
0 commit comments