Skip to content

Commit 7c36f59

Browse files
committed
Addresses OpenHistoricalMap/issues#1180: satisfies new requirement of actions/upload-artifact by adding a unique id "screenshot"
1 parent 58b994c commit 7c36f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ohm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/upload-artifact@v6
7373
if: failure()
7474
with:
75-
name: screenshots-${{ GITHUB_RUN_ATTEMPT }}
75+
name: screenshots-${{ github.run_attempt }}
7676
path: tmp/screenshots
7777
if-no-files-found: ignore
7878
- name: Report completion to Coveralls

0 commit comments

Comments
 (0)