Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent dcdbf0a commit d4cbbc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Upload build artifacts
if: failure()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.5
with:
name: build-artifacts-${{ matrix.swift }}-${{ github.run_id }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Upload test artifacts
if: failure()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.5
with:
name: test-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
Expand All @@ -66,7 +66,7 @@ jobs:

- name: Upload build artifacts
if: failure()
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.3.5
with:
name: build-artifacts-${{ matrix.xcode }}-${{ github.run_id }}
path: |
Expand Down

0 comments on commit d4cbbc5

Please sign in to comment.