Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
./build.sh nav ssb test-nais ldir atil ci-nais dev-nais tenant

- name: Upload generated doc artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: out-folder
path: out # This uploads all the files in the out folder, not the folder itself
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
bucket: doc.atil.cloud.nais.io
steps:
- name: Download generated doc artifact
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: out-folder

Expand Down