Skip to content

Commit

Permalink
Update upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed Mar 28, 2024
1 parent fd9861b commit 44da187
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
cp build/tests/Release/*_tests.exe build/conceal
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/conceal
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
cp build/tests/*_tests.exe build/conceal
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/conceal
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
cp build/tests/*_tests build/conceal
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/conceal
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
cp build/tests/*_tests build/conceal
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/conceal
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
cp build/tests/*_tests build/conceal
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/conceal
Expand Down Expand Up @@ -420,7 +420,7 @@ jobs:
cp build/tests/*_tests build/conceal
- name: Upload To GH Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.setup.outputs.release_name }}
path: build/conceal
Expand Down

0 comments on commit 44da187

Please sign in to comment.