Skip to content

Commit

Permalink
Merge branch 'master' into scpeters/revert_citadel_eol
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Jan 30, 2025
2 parents 6a9bcc1 + 8e35e08 commit 8d8d8fb
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 8d8d8fb

Please sign in to comment.