Skip to content

Commit

Permalink
update deprecated action version
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Dec 10, 2024
1 parent 4f95e32 commit 8e31c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Upload Test Results to Artifacts
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: test-results-${{ matrix.cfengine }}
path: |
Expand All @@ -129,7 +129,7 @@ jobs:
- name: Upload Debug Logs To Artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: Failure Debugging Info - ${{ matrix.cfengine }}
path: |
Expand Down

0 comments on commit 8e31c15

Please sign in to comment.