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 59ee6d4 commit f5d218cCopy full SHA for f5d218c
.github/workflows/macos_test.yml
@@ -236,7 +236,7 @@ jobs:
236
# Upload the log file:
237
- name: 'Upload log file'
238
# Pin action to full length commit SHA
239
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
240
if: always()
241
with:
242
# Define a name for the uploaded artifact (ensuring a unique name for each job):
0 commit comments