Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Feb 12, 2025
1 parent eaab24e commit 705868c
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Upload Build Artifacts
if: success()
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
name: ${{ env.MODULE_ID }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

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

0 comments on commit 705868c

Please sign in to comment.