We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde984a commit d31bb3cCopy full SHA for d31bb3c
1 file changed
.github/workflows/check-standard.yaml
@@ -24,7 +24,7 @@ jobs:
24
RSPM: ${{ matrix.config.rspm }}
25
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
with:
29
fetch-depth: 0 # required for mirroring, see https://stackoverflow.com/a/64272409/474349
30
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Upload check results
87
if: failure()
88
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
89
90
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
91
path: check
0 commit comments