Skip to content

Commit

Permalink
Use updated version of upload-artifact since v2 are deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
knro committed Sep 8, 2024
1 parent c6f3eb2 commit 81343c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: indi/scripts/indi-core-test.sh

- name: Archive INDI Core Package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: indi-core-package-${{ matrix.container }}
path: packages/indi-core-package.tar
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: indi/scripts/indi-core-test.sh

- name: Archive INDI Core Package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: indi-core-package-macos
path: packages/indi-core-package.tar

0 comments on commit 81343c6

Please sign in to comment.