mirror of
https://github.com/pyTooling/Actions.git
synced 2026-03-02 20:06:56 +08:00
Bumped dependencies.
This commit is contained in:
4
.github/workflows/_Checking_Nightly.yml
vendored
4
.github/workflows/_Checking_Nightly.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
printf "%s\n" "Build log $(date --utc '+%d.%m.%Y - %H:%M:%S')" > build.log
|
||||
|
||||
- name: 📤 Upload artifact
|
||||
uses: pyTooling/upload-artifact@v6
|
||||
uses: pyTooling/upload-artifact@v7
|
||||
with:
|
||||
name: document
|
||||
path: |
|
||||
@@ -33,7 +33,7 @@ jobs:
|
||||
printf "%s\n" "Program $(date --utc '+%d.%m.%Y - %H:%M:%S')" > program.py
|
||||
|
||||
- name: 📤 Upload artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: other
|
||||
path: |
|
||||
|
||||
Reference in New Issue
Block a user