Skip to content

Commit 2642f7f

Browse files
authored
Merge pull request #1766 from su2code/master
develop <- master
2 parents 9a7c038 + 769ae5c commit 2642f7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Cache Object Files
32-
uses: actions/cache@v1
32+
uses: actions/cache@v3
3333
with:
3434
path: ccache
3535
key: ${{ matrix.os_bin }}-${{ github.sha }}
@@ -44,7 +44,7 @@ jobs:
4444
zip -r ../${{matrix.os_bin}}.zip bin/*
4545
# Uploads binaries as artifacts (just as a backup)
4646
- name: Upload Binaries
47-
uses: actions/upload-artifact@v1
47+
uses: actions/upload-artifact@v3
4848
with:
4949
name: ${{matrix.os_bin}}
5050
path: ${{matrix.os_bin}}.zip

0 commit comments

Comments
 (0)