mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-06 18:26:37 +00:00
[CONAN] use v4 -artifacts
This commit is contained in:
4
.github/workflows/nix-ga.yml
vendored
4
.github/workflows/nix-ga.yml
vendored
@@ -116,7 +116,7 @@ jobs:
|
||||
echo "Using artifact name: ${ARTIFACT_NAME}"
|
||||
|
||||
- name: Upload build artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.set-artifact-name.outputs.artifact_name }}
|
||||
path: ${{ env.build_dir }}
|
||||
@@ -130,7 +130,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ${{ needs.build.outputs.artifact_name }}
|
||||
path: .build
|
||||
|
||||
Reference in New Issue
Block a user