Skip to content

Commit 436093c

Browse files
authored
Update CI.yml
1 parent e6f5a3e commit 436093c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet publish NTypewriter.Online/NTypewriter.Online.csproj -c Release -o publish --nologo
4646

4747
- name: Upload artifact NTypewriterOnlinePublished
48-
uses: actions/upload-artifact@v3.1.1
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: NTypewriterOnlinePublished
5151
path: publish
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/checkout@v3
6363

6464
- name: Download artifact NTypewriterOnlinePublished
65-
uses: actions/download-artifact@v3.0.1
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: NTypewriterOnlinePublished
6868

0 commit comments

Comments
 (0)