Skip to content

Commit

Permalink
update artifact actions to v4
Browse files Browse the repository at this point in the history
Artifact actions v3 will be deprecated by December 5, 2024.
  • Loading branch information
DeckerSU committed Nov 5, 2024
1 parent 711fd88 commit 7d05add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,21 @@ jobs:
# we don't want use strategy / matrix here, bcz in this case matrix will be used
# for entire job and docker containet will be rebuild several times
- name: Archive artifacts (Linux)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: komodoocean-linux-${{ steps.set_variables_step.outputs.sha_short }}
path: |
./releases/focal
- name: Archive artifacts (Windows)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: komodoocean-windows-${{ steps.set_variables_step.outputs.sha_short }}
path: |
./releases/windows
- name: Archive artifacts (MacOS)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: komodoocean-macos-${{ steps.set_variables_step.outputs.sha_short }}
path: |
Expand Down

0 comments on commit 7d05add

Please sign in to comment.