File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 run :
3232 shell : bash
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 with :
3636 fetch-depth : 0
3737
@@ -111,7 +111,7 @@ jobs:
111111 run : echo "HEXRD_GIT_DESCRIBE=$(git describe --tag)" >> $GITHUB_ENV
112112
113113 - name : Upload the package to github
114- uses : actions/upload-artifact@v2
114+ uses : actions/upload-artifact@v3
115115 with :
116116 name : HEXRD-${{ matrix.config.name }}-${{ env.HEXRD_GIT_DESCRIBE }}.tar.bz2
117117 path : output/**/*.tar.bz2
Original file line number Diff line number Diff line change @@ -33,17 +33,17 @@ jobs:
3333 steps :
3434
3535 - name : Set up Python ${{ matrix.python-version }}
36- uses : actions/setup-python@v2
36+ uses : actions/setup-python@v4
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939
4040 - name : Checkout HEXRD
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242 with :
4343 path : hexrd
4444
4545 - name : Checkout examples
46- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4747 with :
4848 repository : HEXRD/examples
4949 path : examples
You can’t perform that action at this time.
0 commit comments