File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ jobs:
7272 run : conda build --no-test --python ${{ matrix.python }} conda-recipe
7373
7474 - name : Upload artifact
75- uses : actions/upload-artifact@v4.3.5
75+ uses : actions/upload-artifact@v4.3.6
7676 with :
7777 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
7878 path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
7979
8080 - name : Upload wheels artifact
81- uses : actions/upload-artifact@v4.3.5
81+ uses : actions/upload-artifact@v4.3.6
8282 with :
8383 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
8484 path : ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.WHEELS_NAME }}-*.whl
Original file line number Diff line number Diff line change 6262 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6363 # format to the repository Actions tab.
6464 - name : " Upload artifact"
65- uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
65+ uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
6666 with :
6767 name : SARIF file
6868 path : results.sarif
You can’t perform that action at this time.
0 commit comments