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/compareAssets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: python -u scripts/compare_assets.py ${{ secrets.GITHUB_TOKEN }} ${{ github.repository }} "--current_tag" "${{ github.event.inputs.first_tag }}" "--previous_tag" "${{ github.event.inputs.second_tag }}"

- name: Upload result_compare.txt as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: result-compare
path: result_compare.txt
2 changes: 1 addition & 1 deletion .github/workflows/createWebNews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
$MATTERMOST_WEBHOOK_URL_SDK

- name: Upload News File
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: news-file
path: message.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pruneBranchesByPatterns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Upload the artifact (deleted_branches.txt file)
- name: Upload deleted branches log as artifact
if: steps.run_script.outputs.deleted_count != '0' # Only upload if there were deletions
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: deleted-branches-log
path: deleted_branches.txt
2 changes: 1 addition & 1 deletion .github/workflows/reReleasePackagesKeepDates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: python -u scripts/compare_assets.py ${{ steps.app-token.outputs.token }} ${{ github.repository }} "--current_tag" "${{ github.event.inputs.tag_name }}" "--previous_tag" "latest"

- name: Upload result_compare.txt as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: result-compare
path: result_compare.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: python -u scripts/compare_assets.py ${{ steps.app-token.outputs.token }} ${{ github.repository }} "--current_tag" "${{ github.event.release.tag_name }}" "--previous_tag" "latest"

- name: Upload result_compare.txt as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: result-compare
path: result_compare.txt
Expand Down