Skip to content

Commit

Permalink
Bump upload-artifact version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MSDN-WhiteKnight committed Dec 7, 2024
1 parent 6c1c2b8 commit 747f498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
& "$env:windir\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" tools\src\RuSoTools.sln
- name: Archive program binaries
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Program
path: tools\src\ArchiveLoader\bin\Debug\
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
run: |
choco install docfx; docfx .\docfx.json
- name: Archive program binaries
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Program
path: tools\src\ArchiveLoader\bin\Debug\
- name: Archive website build results
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: Website
path: html\

0 comments on commit 747f498

Please sign in to comment.