Skip to content

Commit

Permalink
chore: bumping artifacts action to v4 (#24)
Browse files Browse the repository at this point in the history
chore: bumping artifacts action to v4
  • Loading branch information
aorumbayev authored Jan 24, 2024
1 parent d036e9a commit b1cd177
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Archive
if: ${{ '{{' }} inputs.run-build {{ '}}' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
{%- else %}
{% raw %}
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Archive
if: ${{ inputs.run-build }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v2

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Archive
if: ${{ inputs.run-build }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/

0 comments on commit b1cd177

Please sign in to comment.