You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: releaseNote.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
## Features
2
-
- Added packages for Linux ARM32 (linux-arm) and Linux ARM64 (linux-arm64) (#184)
3
-
- Note that these packages are pre-release status and may not work with all existing actions
2
+
- Added the "severity" keyword to allow action authors to set the default severity for problem matchers (#203)
4
3
5
4
## Bugs
6
-
- Fixed a bug where problem matchers were not treating FromPath as a file path (#183)
5
+
- Fixed generated self-hosted runner names to never go over 80 characters (helps Windows customers) (#193)
6
+
- Fixed `PrepareActions_DownloadActionFromGraph` test by pointing to an active Actions repository (#205)
7
7
8
8
## Misc
9
-
- Fixed code warnings in the Runner (#174)
10
-
- Fixed code warnings in the Runner tests (#178)
11
-
- Added support for building the Runner in Visual Studio (#173)
9
+
- Updated the publish and download artifact actions to use the v2 endpoint (#188)
10
+
- Updated the service name on self-hosted runner name to include repository or organization information (#193)
12
11
13
12
## Windows x64
14
13
We recommend configuring the runner under "<DRIVE>:\actions-runner". This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows
0 commit comments