Skip to content

Commit

Permalink
Updated some workflows to use upload-artifact@v4 (#899)
Browse files Browse the repository at this point in the history
* Updated to upload-artifact@v4

* Updated to download-artifact@v4
  • Loading branch information
chubtub authored Mar 6, 2025
1 parent 9c0ff03 commit b3cc60d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_provisioner_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
mkdir artifacts
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: artifacts

Expand All @@ -133,4 +133,4 @@ jobs:
if [ -n "$result" ]
then
exit 1
fi
fi
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 b3cc60d

Please sign in to comment.