Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
InitialDet authored Nov 23, 2024
1 parent bbdf6e8 commit 67c1dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OUTPUT: true

- name: Upload artifact
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4
with:
name: ${{env.PROJECT_NAME}}
path: ${{env.PROJECT_NAME}}/bin/Release/${{env.PROJECT_NAME}}
Expand All @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0

- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
id: download
with:
name: ${{env.PROJECT_NAME}}
Expand Down

0 comments on commit 67c1dbb

Please sign in to comment.