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.6
75+ uses : actions/upload-artifact@v4.4.3
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.6
81+ uses : actions/upload-artifact@v4.4.3
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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
65+ uses : actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # 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