Skip to content

Commit

Permalink
update github-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed May 29, 2024
1 parent 17a4920 commit 8a92218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: npm run build -- --configuration production,googleAnalytics --aot=false --build-optimizer=false --base-href=https://mitre-attack.github.io/attack-navigator/

- name: Download and extract Navigator v2
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.10
with:
repository: "mitre-attack/attack-navigator"
tag: "v2.3.2"
Expand All @@ -46,7 +46,7 @@ jobs:
run: mv ../v2/ dist/

- name: Download and extract Navigator v3
uses: robinraju/release-downloader@v1.9
uses: robinraju/release-downloader@v1.10
with:
repository: "mitre-attack/attack-navigator"
tag: "v3.1"
Expand Down

0 comments on commit 8a92218

Please sign in to comment.