We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d039366 + 6c3ab64 commit cb2b2c3Copy full SHA for cb2b2c3
.github/workflows/compile-examples.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Save memory usage change report as artifact
67
if: github.event_name == 'pull_request'
68
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
69
with:
70
if-no-files-found: error
71
path: ${{ env.SKETCHES_REPORTS_PATH }}
.github/workflows/sync-labels.yml
@@ -70,7 +70,7 @@ jobs:
file-url: https://raw.githubusercontent.com/107-systems/.github/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
72
- name: Pass configuration files to next job via workflow artifact
73
74
75
path: |
76
*.yaml
0 commit comments