Skip to content

Commit

Permalink
ci: update deprecated artifact@v3 references
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreea-L committed Nov 8, 2024
1 parent 94c379d commit bc3f00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
working-directory: ext/orbetto
- run: meson install -C ./build --destdir ./install
working-directory: ext/orbetto
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: orbetto-linux
path: ext/orbetto/build/install/**/*
Expand All @@ -35,7 +35,7 @@ jobs:
working-directory: ext/orbetto
- run: meson install -C ./build --destdir ./install
working-directory: ext/orbetto
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: orbetto-osx
path: ext/orbetto/build/install/**/*
Expand Down

0 comments on commit bc3f00a

Please sign in to comment.