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.
1 parent 88bda5b commit 9f733e5Copy full SHA for 9f733e5
.github/workflows/main.yml
@@ -85,11 +85,12 @@ jobs:
85
ls $GITHUB_WORKSPACE/$artifact_dir
86
87
- name: Attach CE Artifact
88
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@v3
89
if: always()
90
with:
91
name: "PreIRISInstallationPackage"
92
path: ${{ github.workspace }}/${{ env.artifact_dir }}/*.xml
93
+ if-no-files-found: error
94
95
- name: XUnit Viewer
96
id: xunit-viewer
0 commit comments