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 8d25126 commit 5accacbCopy full SHA for 5accacb
.github/workflows/Continuous.yml
@@ -13,11 +13,11 @@ jobs:
13
name: ubuntu-latest
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
with:
18
fetch-depth: 0
19
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
20
- uses: actions/cache@v3
+ uses: actions/cache@v4
21
22
path: |
23
.nuke/temp
@@ -31,7 +31,7 @@ jobs:
31
- name: Report Coveralls
32
uses: coverallsapp/github-action@v2
33
- name: 'Publish: Artifacts'
34
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
35
36
name: Artifacts
37
path: Artifacts
0 commit comments