Skip to content

Commit 5accacb

Browse files
committed
Bump GitHub Actions to v4
1 parent 8d25126 commit 5accacb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Continuous.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: ubuntu-latest
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
1919
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: |
2323
.nuke/temp
@@ -31,7 +31,7 @@ jobs:
3131
- name: Report Coveralls
3232
uses: coverallsapp/github-action@v2
3333
- name: 'Publish: Artifacts'
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: Artifacts
3737
path: Artifacts

0 commit comments

Comments
 (0)