Skip to content

Commit

Permalink
change wrong version of actions/upload-artifact@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Feb 14, 2024
1 parent 83e1a70 commit 8758b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
./build.sh analytics-ext-service ${{ needs.build_ui.outputs.version }}
- name: Upload build artifact service
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2
with:
name: build-artifact-service
if-no-files-found: error
Expand Down

0 comments on commit 8758b5c

Please sign in to comment.