Skip to content

Commit

Permalink
Merge pull request #32 from nowsprinting/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
nowsprinting authored Jan 20, 2024
2 parents 723ec3d + 672df3d commit ef5cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: ${{ matrix.octocov }}

- name: Upload test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: TestResults-Unity${{ matrix.unityVersion }}
path: |
Expand Down

0 comments on commit ef5cd58

Please sign in to comment.