Skip to content

Commit

Permalink
upgrade upload-artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 1, 2024
1 parent ea23ba3 commit 45b5e98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-pkg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp docker-package/oapi-cli-x86_64.AppImage .
make tests-appimage
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ github.event_name != 'push' }}
with:
name: oapi-cli-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
OSC_SECRET_KEY: ${{secrets.OSC_SECRET_KEY}}
OSC_REGION: ${{secrets.OSC_REGION}}
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ github.event_name != 'push' }}
with:
name: oapi-cli-win
Expand Down
2 changes: 1 addition & 1 deletion COGNAC
Submodule COGNAC updated 4 files
+5 −2 Makefile
+26 −0 bin/funclist.c
+1 −3 cognac_gen.sh
+6 −2 helper.sh
2 changes: 1 addition & 1 deletion osc-sdk-C
Submodule osc-sdk-C updated 3 files
+430 −80 osc_sdk.c
+341 −118 osc_sdk.h
+1 −1 sdk_version

0 comments on commit 45b5e98

Please sign in to comment.