Skip to content

Commit

Permalink
TOOLS: Update version of artifact related actions
Browse files Browse the repository at this point in the history
Update version of 'actions/download-artifact' and
 'actions/upload-artifact'
  • Loading branch information
slali87 committed Jul 19, 2024
1 parent 8f9d8ea commit e6c1079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
./run.sh complex
- name: Upload artifacts
if: runner.os == 'Linux'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: |
Expand All @@ -130,7 +130,7 @@ jobs:
run: |
git clone --depth 1 --single-branch --branch gh-pages --no-tags https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}.git
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: artifacts
path: .
Expand Down

0 comments on commit e6c1079

Please sign in to comment.