Skip to content

Commit

Permalink
Switch to upload-artifact@v3
Browse files Browse the repository at this point in the history
To quiet deprecation warnings.
  • Loading branch information
cgwalters committed Dec 12, 2022
1 parent bf651ee commit 35277f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build
run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar .
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: install.tar
path: install.tar
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Build
run: make -C tests/kolainst && make -C tests/kolainst install DESTDIR=$(pwd)/install && tar -C install -czf tests.tar .
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: tests.tar
path: tests.tar
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- name: Build
run: ./ci/build.sh && make install DESTDIR=$(pwd)/install && tar -C install -czf install.tar .
- name: Upload binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: install-c9s.tar
path: install.tar
Expand Down

0 comments on commit 35277f0

Please sign in to comment.