Skip to content

Commit

Permalink
chore: bump actions/upload-artifacts to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-pelagatti committed Nov 26, 2024
1 parent ad9fe9c commit 5ceb83d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: 'Upload Build artifacts'
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifact
if-no-files-found: error
Expand All @@ -104,7 +104,7 @@ jobs:
submodules: recursive

- name: 'Download build artifacts'
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: build-artifact

Expand All @@ -122,7 +122,7 @@ jobs:

- name: 'Upload Check artifacts'
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: check-artifact
if-no-files-found: error
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
submodules: recursive

- name: 'Download build artifacts'
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: build-artifact

Expand All @@ -175,7 +175,7 @@ jobs:

- name: 'Upload Test artifacts'
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifact
if-no-files-found: error
Expand Down

0 comments on commit 5ceb83d

Please sign in to comment.