Skip to content

Commit

Permalink
Updated to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chubtub committed Feb 13, 2025
1 parent 9c0ff03 commit 5763b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hirs_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
fi; popd;'
# Upload build report files
- name: Archive report files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: HIRS_Build_Reports
path: artifacts/upload_reports/*
Expand All @@ -95,4 +95,4 @@ jobs:
uses: actions/github-script@v6
with:
script: |
core.setFailed('Build or Unit Test Failed')
core.setFailed('Build or Unit Test Failed')

0 comments on commit 5763b85

Please sign in to comment.