Skip to content

Commit

Permalink
fix: deprecated upload
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Oct 6, 2024
1 parent 7834413 commit 87112f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
with:
minimum-size: 16GB
maximum-size: 16GB
disk-root: "D:"
disk-root: 'D:'

- uses: actions/checkout@v3
with:
submodules: "recursive"
submodules: 'recursive'

- name: Install Packages on Linux
if: runner.os == 'Linux'
Expand Down Expand Up @@ -180,14 +180,14 @@ jobs:
tar caf logs.tar --ignore-failed-read vcpkg/buildtrees/**/*.log
- name: Upload Logs
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
if: always()
with:
name: logs-${{ env.TARGET }}
path: logs.tar

- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: tarball-${{ env.TARGET }}
path: tarball
Expand Down

0 comments on commit 87112f2

Please sign in to comment.