Skip to content

Commit 9f733e5

Browse files
committed
Try upload-artifact v3?
1 parent 88bda5b commit 9f733e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,12 @@ jobs:
8585
ls $GITHUB_WORKSPACE/$artifact_dir
8686
8787
- name: Attach CE Artifact
88-
uses: actions/upload-artifact@v1
88+
uses: actions/upload-artifact@v3
8989
if: always()
9090
with:
9191
name: "PreIRISInstallationPackage"
9292
path: ${{ github.workspace }}/${{ env.artifact_dir }}/*.xml
93+
if-no-files-found: error
9394

9495
- name: XUnit Viewer
9596
id: xunit-viewer

0 commit comments

Comments
 (0)