Skip to content

Commit

Permalink
actions/upload-artifactv4
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel committed Apr 14, 2024
1 parent a75752f commit a8ff075
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 @@ -87,14 +87,14 @@ jobs:
cat pkg_info.txt
- name: Upload packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages-${{ matrix.os.name }}
path: pkg/
retention-days: ${{ env.ARTIFACT_RETENTION_DAYS }}

- name: Upload validations
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: validations-${{ matrix.os.name }}
path: |
Expand Down

0 comments on commit a8ff075

Please sign in to comment.