Skip to content

Commit 33a73a3

Browse files
authored
Dependabot updates (#204)
2 parents 0eb8a49 + c1f0130 commit 33a73a3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Publish Test Project
3939
run: dotnet publish TTT/Test/Test.csproj --no-restore --no-build -o build_output -c Debug
4040

41-
- uses: actions/upload-artifact@v5
41+
- uses: actions/upload-artifact@v7
4242
with:
4343
name: build_output
4444
path: build_output
@@ -59,7 +59,7 @@ jobs:
5959
dotnet-version: '8.0.x'
6060

6161
- name: Download Build Output
62-
uses: actions/download-artifact@v6
62+
uses: actions/download-artifact@v8
6363
with:
6464
name: build_output
6565
path: build_output

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nightly
1+
name: Nightly
22
on:
33
push:
44
branches:
@@ -19,14 +19,14 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525
fetch-tags: true
2626
show-progress: true
2727

2828
- name: Setup .NET SDK
29-
uses: actions/setup-dotnet@v4
29+
uses: actions/setup-dotnet@v5
3030
with:
3131
dotnet-version: 8.0.x
3232

@@ -67,7 +67,7 @@ jobs:
6767
fi
6868
6969
- name: Upload Artifact
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: TTT
7373
path: build/TTT

0 commit comments

Comments
 (0)