We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0b7eef + 15c40dd commit dee87abCopy full SHA for dee87ab
1 file changed
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Upload test artifacts
65
if: failure()
66
# actions/upload-artifact v4.4.3
67
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
68
with:
69
name: rspec-results-ruby-${{ matrix.ruby }}
70
path: |
0 commit comments