Skip to content

Commit

Permalink
ci-dsl.yaml: use upload-artifact@v4 (#1254)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Jan 30, 2025
1 parent 0855f45 commit 8e35e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
diff -qr -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration /tmp/pr_xml_configuration | sort > /tmp/xml_config_files_changed.diff || true
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration /tmp/pr_xml_configuration > /tmp/xml_config_content_changed.diff || true
- name: Archive files changes
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xml_config_files_changed
path: /tmp/xml_config_files_changed.diff
- name: Archive content changes
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: xml_config_content_changed
path: /tmp/xml_config_content_changed.diff

0 comments on commit 8e35e08

Please sign in to comment.