Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-library-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Upload build artifacts step
id: artifact-upload-step
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: library-build
path: ${{ runner.temp }}/${{ env.PROJECT_ARTIFACT }}
2 changes: 1 addition & 1 deletion .github/workflows/build-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v6

- name: Download library build artifacts job
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
artifact-ids: ${{ needs.build-library.outputs.artifact-id }}
path: ./Publish
Expand Down